changing how to emit code for square bracked block to solve goto related issues. work still in progress
This commit is contained in:
@ -125,6 +125,7 @@ class MyObject(Object)
|
||||
'break or continue within a block'
|
||||
'while expected'
|
||||
'invalid goto target'
|
||||
'label at end'
|
||||
).
|
||||
|
||||
f := Stdio open: 'generr.out' for: 'w'.
|
||||
|
Reference in New Issue
Block a user