Subeval()

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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.