schala/source_files/test.maaru

13 lines
65 B
Plaintext
Raw Normal View History

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