User Tools

Site Tools


ixe:irpl:data:isnull

This is an old revision of the document!


IsNull

IsNull (<-something) ->isNull

Description

Take an item from the stack and returns true if the item is null.

Examples

CreateList ->emptyList
PopList(<-emptyList) ->nulItem
if (isNull(<-nullItem))
   trace("Null Item")
endif
ixe/irpl/data/isnull.1737757579.txt.gz · Last modified: 2025/02/14 14:56 (external edit)