[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
VSE EvaluableAction
Important
Instance methods
asActionSequenceVSE
RECOMENDATION: In order to comtabilize is is possible to define #asActionSequence on S8 side, as follows:
! EvaluableAction methodsFor: #converting-VSECompat
asActionSequence
"Answer an action sequence containing the receiver."
^ActionSequence with: self! !