Files
Noja/examples/bug2.noja
T
2022-04-06 13:40:55 +02:00

2 lines
47 B
Plaintext

fun f() return 1, 2;
print((a, b) = f(), '\n');