4 lines
100 B
Text
4 lines
100 B
Text
se@(SceneElement traits) doWithRestart: block
|
|
[
|
|
block handlingCases: {Abort -> [| :_ | ^ Nil]}
|
|
].
|