Recover from errors even inside REPT/FOR loops (#1683)

This commit is contained in:
Rangi
2025-05-04 17:51:53 -04:00
committed by GitHub
parent e1ae92709c
commit e95ac6fb06
6 changed files with 12 additions and 10 deletions

View File

@@ -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}"