com.livecode.logic

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.livecode.logic
Summary

This library consists of the logical operations included in the standard library of LiveCode Builder.

Description

This library consists of the logical operations included in the standard library of LiveCode Builder.

TypeNameSummarySyntax
modulecom.livecode.logic

This library consists of the logical operations included in the standard library of LiveCode Builder.

operatorBooleanFormattedAsString

Formats a boolean value as a string

<Operand> formatted as string

- - -BooleanIsEqualToBoolean

Determines whether Left and Right are equal or not.

<Left> is <Right>

- - -BooleanIsNotEqualToBoolean

Determines whether Left and Right are equal or not.

<Left> is not <Right>

- - -LogicNot

Returns the boolean-logical value of the expression 'not Operand'

not <Operand>

- - -StringParsedAsBoolean

Parses a string as a boolean value

<Operand> parsed as boolean

statementFormatBooleanAsString

Formats a boolean value as a string

format <Operand> as string

- - -ParseStringAsBoolean

Parses a string as a boolean value

parse <Operand> as boolean