SuperCollider CLASSES
Core
True
true logical value
Source: /Applications/SuperCollider/SuperCollider.app/Contents/Resources/SCClassLibrary/Common/Core/
Boolean.sc
Inherits from:
Boolean
:
Object
Description
Class methods
Inherited class methods
Instance methods
Inherited instance methods
Undocumented instance methods
binaryValue
if
||
or
not
&&
and
asInteger
nand
Description
see
Boolean
Class Methods
Inherited class methods
Instance Methods
Inherited instance methods
Undocumented instance methods
-
binaryValue
-
if
(
trueFunc
,
falseFunc
)
-
||
(
that
)
-
or
(
that
)
-
not
-
&&
(
that
)
-
and
(
that
)
-
asInteger
-
nand
(
that
)
source:
/Applications/SuperCollider/SuperCollider.app/Contents/Resources/HelpSource/Classes/True.schelp
link::Classes/True::