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
/
tutorial
/
task8c.mu
blob: 68d90c9aeb99ffcb72a1834c9c9dc2c507ae77d0 (
plain
) (
blame
)
1
2
3
4
5
6
7
fn
f
->
_
/
eax
:
int
{
return
3
}
fn
main
{
var
x
/
ecx
:
int
<-
f
}