repo.or.cz
/
mu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix other mandelbrot variants
[mu.git]
/
tutorial
/
task8c.mu
blob
68d90c9aeb99ffcb72a1834c9c9dc2c507ae77d0
1
fn f -> _/eax: int {
2
return 3
3
}
4
5
fn main {
6
var x/ecx: int <- f
7
}