Class: ElseIfZero

system.logics. ElseIfZero


new ElseIfZero(value [, then])

Defines if a value === 0 in an conditional block.

Parameters:
Name Type Argument Default Description
value Object

The value to evaluate.

then system.process.Action <optional>
null

The action to execute if the values equals 0.

See:

Extends

Methods


eval()

Evaluates the specified condition.

Inherited From:

toString()

Returns the string representation of this instance.

Inherited From:
Returns:

the string representation of this instance.