schala/compile.schala
2017-09-19 22:11:00 -07:00

8 lines
38 B
Plaintext

fn hella(a, b) {
a + b
}
2 + 8