Subeval(): Difference between revisions
Jump to navigation
Jump to search
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... |
(No difference)
|
Latest revision as of 09:16, 27 November 2010
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. |