true

← Reference
Io

The true singleton — Io's representation of boolean truth.

and

Evaluates the argument and returns the result.

asJson

Returns "true".

asSimpleString

Returns true.

asString

Returns true.

clone

Returns true.

else

Does not eval argument and returns true.

elseif

Does not eval argument and returns true.

ifFalse

Does not eval argument and returns true.

ifTrue

Evaluates the argument and returns self.

justSerialized(stream)

Writes the receiver's code into the stream.

not

Does not eval argument and returns false.

or

Does not eval argument and returns true.

then

Evaluates the argument and returns nil.