RosettaCodeData/Task/Loops-While/SenseTalk/loops-while.sensetalk

7 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
put 1024 into x
log x
Repeat until x = 1
divide x by 2
log x
End repeat