Meta Project

The Unofficial Meta Documentation

IS-NONE

Summary

IS-NONE tests if a value has not been assigned a value

Category

Categoryname

Usage

IS-NONE value

Arguments

value - variable name

Refinements

This method has no refinements

Description

IS-NONE tests is a value has not been assigned a value

Example Code

this: none
if is-none this [write/line "Heared the joke about a none? It didn't!"]

Related

IS-SAME  
IS-EMPTY  

Back to the Meta Methods Reference index