5 lines
73 B
Text
5 lines
73 B
Text
include std/math.e
|
|
|
|
for i = 1 to 10 do
|
|
? {i, is_even(i)}
|
|
end for
|