2008-09-10 12:01:23 +00:00

7 lines
81 B
Plaintext

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