lama_byterun/regression/new_test001.lama

11 lines
138 B
Text
Raw Normal View History

2024-01-30 18:16:44 +01:00
fun f (a, b, c, d, e) {
var i = d / b;
write (a);
write (b);
write (c);
write (d);
write (e)
}
f (1, 2, 3, 4, 5)