
But I have a problem

Is it possible to use a 'repeat loop' in another 'repeat loop'?
(like 'Will loops' in Basic)
For example my game run very well but I want
the program return at top when you lost!
I tried to make a big loop with every other.
"
repeat
repeat
...
until ...
repeat
...
until ...
repeat
...
until ...
until ...
"
But it didn't work!