Meta Project

The Unofficial Meta Documentation

TRUE

Summary

TRUE Logic value that represents the true value.

Category

LOGIC

Usage

value: TRUE

Arguments

N.A.

Refinements

Not applicable on category

Description

TRUE Condition has been met. Opposite of FALSE.

Example Code

Descriptions and

condition: TRUE
if condition [write/line "Condition is true, this will be printed"]

Related

FALSE  
NONE  

Back to the Meta Methods Reference index