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

@@ -1,4 +1,8 @@
begin
$2Astart 0
finish 0
end 0
start 1
finish 1
start 2
finish 2
end 3