R()

From TinyMUX
Revision as of 09:31, 27 November 2010 by Ihavenomouth (talk | contribs) (New page: Category:Functions {{Function|r(<number>)}} The r() function is used to access "local registers", and returns the contents of the specified register. There are thirty-six such regist...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


r(<number>)

The r() function is used to access "local registers", and returns the contents of the specified register. There are thirty-six such registers, numbered 0 through 9 and A through Z. The local registers are normally cleared at the start of each command, but are preserved across the commands that compose an action list, as well as commands that directly trigger action lists, such as @switch, @trigger, and @dolist.

Related Topics

setq(), setr()