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

NAME

Sidef::Variable::Variable

DESCRIPTION

This object is ...

SYNOPSIS

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

METHODS

%=

Obj %= Obj -> Obj

Return the

&&=

Obj &&= Obj -> Obj

Return the

&=

Obj &= Obj -> Obj

Return the

**=

Obj **= Obj -> Obj

Return the

*=

Obj *= Obj -> Obj

Return the

++

Obj ++ Obj -> Obj

Return the

+=

Obj += Obj -> Obj

Return the

--

Obj -- Obj -> Obj

Return the

-=

Obj -= Obj -> Obj

Return the

/=

Obj /= Obj -> Obj

Return the

:=

Obj := Obj -> Obj

Return the

<<=

Obj <<= Obj -> Obj

Return the

=

Obj = Obj -> Obj

Return the

>>=

Obj >>= Obj -> Obj

Return the

\\=

Obj \\= Obj -> Obj

Return the

^=

Obj ^= Obj -> Obj

Return the

defined

Variable.defined() -> Obj

Return the

|=

Obj |= Obj -> Obj

Return the

||=

Obj ||= Obj -> Obj

Return the

÷=

Obj ÷= Obj -> Obj

Return the