Subeval()

From TinyMUX
Revision as of 09:16, 27 November 2010 by Ihavenomouth (talk | contribs) (New page: Category:Functions {{Function|subeval(<string>)}} This function's usefulness is primarily useful in conjunction with v() as a way to control when evaluation occurs. Escapes are evalu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


subeval(<string>)

This function's usefulness is primarily useful in conjunction with v() as a way to control when evaluation occurs. Escapes are evaluated, but {} and functions are not. The location escape is also not evaluated.

Note: When used from the command line, its use is limited to nil because evaluation of subeval's parameters occurs before the subeval() function is called.