This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

Stand-alone expressions

Actions may include stand-alone expressions, that is expressions without an assignment or if() clause. A stand-alone expression can not 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.

The action() function makes it easier to execute standalone code expressions.



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