7 lines
84 B
Text
7 lines
84 B
Text
Red []
|
|
i: 0
|
|
until [
|
|
?? i
|
|
i: i + 1
|
|
i % 6 = 0 ;; loop , until this is true...
|
|
]
|