7 lines
67 B
Text
7 lines
67 B
Text
|
|
V val = 0
|
||
|
|
L
|
||
|
|
val++
|
||
|
|
print(val)
|
||
|
|
I val % 6 == 0
|
||
|
|
L.break
|