IsABoolean

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Target> is a boolean
Associationscom.livecode.type
Summary

Determines whether Target is a boolean or not.

Parameters
NameTypeDescription
Target

Any expression

Values
NameTypeDescription
return

Returns true if the given expression Target is a boolean, and false if not.

Description

Determines whether Target is a boolean or not.