4 lines
53 B
Text
4 lines
53 B
Text
|
|
for i = -5 to 5
|
||
|
|
print i, and(i,1), mod(i,2)
|
||
|
|
next
|