schala/test.schala

13 lines
58 B
Plaintext
Raw Normal View History

2016-12-21 03:03:51 -08:00
fn a(x)
x + 20
end
fn x(x)
x + a(9384)
2016-12-21 03:03:51 -08:00
end
a(0)
x(1)