This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

Stand-alone expressions

Actions may include stand-alone expressions, that is expressions without an assignment or if() clause. A stand-alone expression can’t change any attributes but a few expressions have useful side-effects, including use of the runCommand, linkTo, linkFrom, unlinkTo, and unlinkFrom operators.

Often, the output from these operators is of no practical use and this saves the need for adding a user attribute simply to run this type of operator.

From v5.8.0, the action() function makes it easier to execute standalone code expressions.


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Actions & Rules : Stand-alone expressions