lama_byterun/regression/t.lama

14 lines
196 B
Text
Raw Normal View History

2024-01-26 18:45:03 +01:00
fun f (a,b,c,d,e,f,g,h,i,j) {
write(a);
write(b);
write(c);
write(d);
write(e);
write(f);
write(g);
write(h);
write(i);
write(j)
}
f (1,2,3,4,5,6,7,8,9,10)