lama_byterun/regression/test105.lama

6 lines
No EOL
58 B
Text

fun f (x) {write (x)}
var g = eta f, n = read ();
g (3)