Meta Project

The Unofficial Meta Documentation

IS-EMPTY

Summary

IS-EMPTY tests if a STRING! has no content

Category

Categoryname

Usage

IS-EMPTY value

Arguments

value - STRING! value

Refinements

This method has no refinements

Description

IS-EMPTY tests if a STRING! has no content

Example Code

this: ""
if is-empty this [write/line "This is quite empty!"]

Related

IS-SAME  
IS-NONE  

Back to the Meta Methods Reference index