The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Types::Bool::Bool

DESCRIPTION

This object is ...

SYNOPSIS

var obj = Bool.new(...);

INHERITS

Inherits methods from:

        * Sidef::Object::Object
        * Sidef::Convert::Convert

METHODS

&

Obj & Obj -> Obj

Return the

dump

Bool.dump() -> Obj

Return the

false

Bool.false() -> Obj

Return the

is_true

Bool.is_true() -> Obj

Return the

Aliases: isTrue

new

Bool.new() -> Obj

Return the

Aliases: call

not

Bool.not() -> Obj

Return the

Aliases: flip, toggle, is_false, isFalse

to_bool

Bool.to_bool() -> Obj

Return the

true

Bool.true() -> Obj

Return the

|

Obj | Obj -> Obj

Return the