2011-11-03 20:18:57 +00:00

7 lines
90 B
Plaintext

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