index
:
mu
this commit
hlt
main
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.
Kartik K. Agaram <vc@akkartik.com>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example1.mu
blob: 008977764e25de48ae5a8fad30e73008d6e17feb (
plain
) (
blame
)
1
2
3
4
5
def
example1
[
local
-
scope
a
:
number
<-
add
2
,
2
a
<-
multiply
a
,
3
]