4 lines
85 B
Text
4 lines
85 B
Text
#n := 1024.
|
|
[n isPositive] whileTrue:
|
|
[inform: number printString.
|
|
n := n // 2]
|