The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sidef::Types::Block::Switch

DESCRIPTION

This object is ...

SYNOPSIS

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

INHERITS

Inherits methods from:

        * Sidef::Types::Block::Do

METHODS

..

Obj .. Obj -> Obj

Return the

Aliases: else, default

??

Obj ?? Obj -> Obj

Return the

Aliases: case

end

Switch.end() -> Obj

Return the

value

Switch.value() -> Obj

Return the

~~

Obj ~~ Obj -> Obj

Return the

Aliases: when