Variables overview

Variables will be used with the syntax $[variable_name], recursive use is acceptable, i.e. $[variable_$[name]]. Variables may be escaped with the syntax $[$] which evaluates to "$".

Variables can be manipulated using the syntax set variable_name = value where both variable_name and value can be variables themselves.