com.livecode.logic | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.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. |
Type | Name | Summary | Syntax |
---|---|---|---|
module | com.livecode.logic | This library consists of the logical operations included in the standard library of LiveCode Builder. | |
operator | BooleanFormattedAsString | 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 |
statement | FormatBooleanAsString | Formats a boolean value as a string | format <Operand> as string |
- - - | ParseStringAsBoolean | Parses a string as a boolean value | parse <Operand> as boolean |