6 lines
55 B
Text
6 lines
55 B
Text
|
|
x = 0;
|
||
|
|
while(1,
|
||
|
|
print(x++);
|
||
|
|
if(x % 6 == 0, break)
|
||
|
|
)
|