Null(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
New page: Category:Functions {{Function|null(<text>)}} The <text> is evaluated, but null returns nothing. == Example == > think null(pemit(me,Hello)) Hello > think null(abc) == Relate...
 
(No difference)

Latest revision as of 09:39, 27 November 2010


null(<text>)

The <text> is evaluated, but null returns nothing.

Example

> think null(pemit(me,Hello))

Hello

> think null(abc)

@@, @@()