7 lines
81 B
Plaintext
Raw Normal View History

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