7 lines
96 B
Text
7 lines
96 B
Text
scope
|
|
local i := 0;
|
|
do
|
|
inc i, 1;
|
|
print( i )
|
|
as ( i % 6 ) <> 0
|
|
epocs
|