some code for goto handling

This commit is contained in:
hyunghwan.chung
2019-07-26 07:40:58 +00:00
parent bd1d30360e
commit 299faf4a87
5 changed files with 51 additions and 5 deletions

View File

@ -124,6 +124,7 @@ class MyObject(Object)
'break or continue not within a loop'
'break or continue within a block'
'while expected'
'invalid goto target'
).
f := Stdio open: 'generr.out' for: 'w'.