2016-10-24 08:30:06 +02:00

7 lines
81 B
Plaintext

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