This website requires JavaScript.
Explore
Help
Register
Sign In
IgorCielniak
/
l2
Watch
1
Star
0
Fork
0
You've already forked l2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c3fc9cf831d2d18ee277a4ae75b6f9b1849bbc48
l2
/
while_test.sl
14 lines
143 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added while
2025-12-25 10:31:40 +01:00
import stdlib/stdlib.sl
import stdlib/io.sl
: main
10
while
fixed the while and begin..again loops conflicting
2025-12-25 20:02:28 +01:00
dup 0 >
do
added while
2025-12-25 10:31:40 +01:00
dup puti cr
1 -
unified the block endings
2026-01-03 09:04:50 +00:00
end
added while
2025-12-25 10:31:40 +01:00
drop
fixed the while and begin..again loops conflicting
2025-12-25 20:02:28 +01:00
;
Reference in New Issue
Copy Permalink