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