mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
Recover from errors even inside REPT/FOR loops (#1683)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
println 42, 1 2 3 4
|
||||
|
||||
for n, 5
|
||||
for n, 3
|
||||
println "start {d:n}"
|
||||
println syntax error
|
||||
println "finish {d:n}"
|
||||
|
||||
Reference in New Issue
Block a user