Tips


The difference between single and double quotes.

if (boolean='y') but not if (boolean="y")

These are very different operations.

Strings enclosed in single quotes are SYNTAX STRINGS, which are explained in the Proc Language Reference Manual section 1.3.4.