3 lines
67 B
Text
3 lines
67 B
Text
|
|
f = fn ff,i -> :io.fwrite "~.8b~n", [i]; ff.(ff, i+1) end
|
||
|
|
f.(f, 0)
|