LisaacTM Platform

TRUE


TRUE object
Inherit/Insert Summary
inherit_boolean
parent_object No developed.
 
Conditional :
if_true
if else
deferred;
if_true else
if_false else
if
elseif then
else_if then
Alias.
else_if then else
Alias.
 
Slot Summary
if_false
elseif then else
 
Binary operator :
Infix '||'
or else
Infix '&&'
and then
Infix '|'
or
Infix '&'
and
Infix '^'
Infix '->'
Infix '->>'
Infix '=>'
Infix '=='
Infix '!=='
 
Prefix operator
Prefix '!'
 
Conversion
to_string
BSBS: A revoir ...
to_abstract_string
to_integer
to_character
 
Convertion
append_in
 

Inherit/Insert Detail

inherit_boolean

.../base/boolean/true.li line #15

Section:
Inherit

Profile:
- SelfSELFinherit_boolean : BOOLEAN

parent_object

.../base/boolean/boolean.li line #15

Section:
Insert

Profile:
- SelfSELFparent_object : OBJECT

Conditional :

if_true

.../base/boolean/true.li line #23

Section:
Public

Profile:
- SelfSELFif_true   block :{}

if else

.../base/boolean/true.li line #30

Section:
Public

Profile:
- SelfSELFif   true_block :{}  else   false_block :{}

Description:
deferred;

if_true else

.../base/boolean/true.li line #35

Section:
Public

Profile:
- SelfSELFif_true   true_block :{}  else   false_block :{}

if_false else

.../base/boolean/true.li line #40

Section:
Public

Profile:
- SelfSELFif_false   true_block :{}  else   false_block :{}

if

.../base/boolean/true.li line #45

Section:
Public

Profile:
- SelfSELFif   true_block :{}BOOLEAN

elseif then

.../base/boolean/true.li line #51

Section:
Public

Profile:
- SelfSELFelseif   cond :{ BOOLEAN}  then   block :{}BOOLEAN

else_if then

.../base/boolean/boolean.li line #48

Section:
Public

Profile:
- SelfSELFelse_if   cond :{ BOOLEAN}  then   block :{}BOOLEAN

Description:
Alias.

else_if then else

.../base/boolean/boolean.li line #52

Section:
Public

Profile:
- SelfSELFelse_if   cond :{ BOOLEAN}  then   block :{}  else   block_else :{}

Description:
Alias.

Detail slot

if_false

.../base/boolean/true.li line #28

Section:
Public

Profile:
- SelfSELFif_false   block :{}

elseif then else

.../base/boolean/true.li line #53

Section:
Public

Profile:
- SelfSELFelseif   cond :{ BOOLEAN}  then   block :{}  else   block_else :{}

Binary operator :

Infix '||'

.../base/boolean/true.li line #59

Section:
Public

Profile:
- SelfSELF|| ' Left 10  other :{ BOOLEAN}BOOLEAN

Description:
or else

Infix '&&'

.../base/boolean/true.li line #61

Section:
Public

Profile:
- SelfSELF&& ' Left 20  other :{ BOOLEAN}BOOLEAN

Description:
and then

Infix '|'

.../base/boolean/true.li line #63

Section:
Public

Profile:
- SelfSELF| ' Left 10  other : BOOLEANBOOLEAN

Description:
or

Infix '&'

.../base/boolean/true.li line #65

Section:
Public

Profile:
- SelfSELF& ' Left 20  other : BOOLEANBOOLEAN

Description:
and

Infix '^'

.../base/boolean/true.li line #67

Section:
Public

Profile:
- SelfSELF^ ' Left 10  other : BOOLEANBOOLEAN

Infix '->'

.../base/boolean/true.li line #69

Section:
Public

Profile:
- SelfSELF-> ' Right 25  other : BOOLEANBOOLEAN

Infix '->>'

.../base/boolean/true.li line #71

Section:
Public

Profile:
- SelfSELF->> ' Right 25  other :{ BOOLEAN}BOOLEAN

Infix '=>'

.../base/boolean/true.li line #73

Section:
Public

Profile:
- SelfSELF=> '  s : ABSTRACT_STRING

Infix '=='

.../base/boolean/boolean.li line #60

Section:
Public

Profile:
- SelfSELF== ' Right 60  other : SELFBOOLEAN

Infix '!=='

.../base/boolean/boolean.li line #62

Section:
Public

Profile:
- SelfSELF!== ' Right 60  other : SELFBOOLEAN

Prefix operator

Prefix '!'

.../base/boolean/true.li line #82

Section:
Public

Profile:
- ! ' SelfSELFBOOLEAN

Conversion

to_string

.../base/boolean/true.li line #88

Section:
Public

Profile:
- SelfSELFto_string : STRING

Description:
BSBS: A revoir ...

to_abstract_string

.../base/boolean/true.li line #90

Section:
Public

Profile:
- SelfSELFto_abstract_string : ABSTRACT_STRING

to_integer

.../base/boolean/true.li line #92

Section:
Public

Profile:
- SelfSELFto_integer : INTEGER

to_character

.../base/boolean/true.li line #94

Section:
Public

Profile:
- SelfSELFto_character : CHARACTER

Convertion

append_in

.../base/boolean/boolean.li line #113

Section:
Public

Profile:
- SelfSELFappend_in   str : STRING