User Tools

Site Tools


4rpl:commands:isnull

Index

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

Index

4rpl/commands/isnull.txt · Last modified: 2021/01/08 11:01 by 127.0.0.1