User Tools

Site Tools


ixe:irpl:data:isnull

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.txt · Last modified: 2025/01/24 17:26 by Up-Level