2011-10-13 14:34:13 +01:00

6 lines
80 B
Plaintext

#name : if ... -> ... ; true -> ... end
# --
if
$1 -> $2;
true -> $0
end