mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
DIRECTOR: LINGO: Added test for 'next repeat' constuct
This commit is contained in:
parent
d8a3e6573a
commit
9786a08e58
@ -25,3 +25,10 @@ repeat while y < 5
|
||||
set y = y + 1
|
||||
put y
|
||||
end repeat
|
||||
|
||||
|
||||
repeat while y < 5
|
||||
set y = y + 1
|
||||
if y = 3 then next repeat
|
||||
put y
|
||||
end repeat
|
||||
|
Loading…
x
Reference in New Issue
Block a user