Meta Project

The Unofficial Meta Documentation

FALSE

Summary

FALSE Logic value that represents the false value.

Category

LOGIC

Usage

value: FALSE

Arguments

N.A.

Refinements

Not applicable on category

Description

FALSE Condition has been met. Opposite of TRUE.

Example Code

Descriptions and

condition: FALSE
unless condition [write/line "Condition is false, this will be printed"]

Related

NO  
TRUE  
YES  
NONE  
OFF  
ON  

Back to the Meta Methods Reference index