This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
main
RosettaCodeData
/
Task
/
Loops-While
/
Dragonstone
/
loops-while.dragonstone
Ingy döt Net
cbaf4c4b64
Data update
2026-04-30 12:34:36 -04:00
5 lines
48 B
Text
Raw
Permalink
Blame
History
x = 1024
while x > 0
echo x
x //= 2
end
Reference in a new issue
View git blame
Copy permalink