schala/compile.schala

12 lines
74 B
Plaintext

fn hella(a, b) {
a + b
}
fn paha(x, y, z) {
x * y * z
}
2 + 8