7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
|
#name : if ... -> ... ; true -> ... end
|
||
|
# --
|
||
|
if
|
||
|
$1 -> $2;
|
||
|
true -> $0
|
||
|
end
|