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