fix other mandelbrot variants
[mu.git] / archive / 1.vm / mutable.mu
blob1a1ec7f08a6e43e7b301a335b946a563852bd376
1 # compare immutable-error.mu
3 def main [
4   local-scope
5   x:&:num <- new number:type
6   foo x
9 def foo x:&:num -> x:&:num [
10   local-scope
11   load-inputs
12   *x <- copy 34