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

NAME

Sidef::Types::Block::Block

DESCRIPTION

This object is ...

SYNOPSIS

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

INHERITS

Inherits methods from:

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

METHODS

&

Obj & Obj -> Obj

Return the

Aliases: grep

*

Obj * Obj -> Obj

Return the

Aliases: repeat

<<

Obj << Obj -> Obj

Return the

Aliases: for, each, foreach

>>

Obj >> Obj -> Obj

Return the

Aliases: map

call

Block.call() -> Obj

Return the

cap

Block.cap() -> Obj

Return the

Aliases: capture

do

Block.do() -> Obj

Return the

Aliases: run

dump

Block.dump() -> Obj

Return the

exec

Block.exec() -> Obj

Return the

ffork

Block.ffork() -> Obj

Return the

fork

Block.fork() -> Obj

Return the

if

Block.if() -> Obj

Return the

loop

Block.loop() -> Obj

Return the

new

Block.new() -> Obj

Return the

thr

Block.thr() -> Obj

Return the

Aliases: thread

while

Block.while() -> Obj

Return the