thrower-effect ( slots -- effect ) (original) (raw)
thrower-effect ( slots -- effect )
Vocabulary
classes.tuple.private
Inputs
slots | an object |
---|
Outputs
effect | an object |
---|
Definition
USING: accessors effects sequences ;
: thrower-effect ( slots -- effect )
[ name>> ] map { "*" } ;