fixed the while and begin..again loops conflicting

This commit is contained in:
IgorCielniak
2025-12-25 20:02:28 +01:00
parent e2b1368899
commit ff72bc8207
2 changed files with 8 additions and 8 deletions

View File

@@ -3,11 +3,11 @@ import stdlib/io.sl
: main
10
begin
dup 0 >
while
dup 0 >
do
dup puti cr
1 -
repeat
drop
;
;