fixed the while and begin..again loops conflicting
This commit is contained in:
@@ -3,11 +3,11 @@ import stdlib/io.sl
|
||||
|
||||
: main
|
||||
10
|
||||
begin
|
||||
dup 0 >
|
||||
while
|
||||
dup 0 >
|
||||
do
|
||||
dup puti cr
|
||||
1 -
|
||||
repeat
|
||||
drop
|
||||
;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user