5 lines
58 B
Text
5 lines
58 B
Text
|
|
n:: 0
|
||
|
|
until { n .is-multiple-of 6 } {
|
||
|
|
print inc! 'n
|
||
|
|
}
|