3 lines
52 B
Text
3 lines
52 B
Text
to even? :num
|
|
output equal? 0 modulo :num 2
|
|
end
|
to even? :num
|
|
output equal? 0 modulo :num 2
|
|
end
|