[Contents] [Prev] [Next] [Index] [Report an Error]

String Operations

The combine operator ($) concatenates two strings into one longer string. Numeric expressions are converted to strings before the operation proceeds. The variable local evaluates to “ want a big” :

Example

\<# local := “ want a ”  $ “ big”  #>

[Contents] [Prev] [Next] [Index] [Report an Error]