7 lines
91 B
Text
7 lines
91 B
Text
<?lc
|
|
if isNumber($0) and isNumber($1) then
|
|
put $0 + $1
|
|
else
|
|
put $0 && $1
|
|
end if
|
|
?>
|