Contents | Index | < Browse | Browse >
7.2. Verb Routines
These two routines operate on Verbs. They are provided
for scenarios in which the properties of Verbs may change.
$vset ( $vset verb prop val ) -> No return value. The pro-
perty prop of verb is set to val. Prop must be
either PREACT or ACTION.
Example:
($vset @Verb PREACT Silly)
$vprop ( $vprop verb prop ) -> The value of property prop
of verb. Prop must be either PREACT or ACTION.
Example:
{ Call Verb's PREACT }
( ($vprop @Verb PREACT) )