5 lines
58 B
Text
5 lines
58 B
Text
|
|
on foo (a, b)
|
||
|
|
if voidP(b) then b = 1
|
||
|
|
return a * b
|
||
|
|
end
|