third SciMax Toolbox time

SciMax Toolbox >> throw

throw

Maxima Function

Calling Sequence

throw (expr)

Description

Evaluates expr and throws the value back to the most recent catch. throw is used with catch as a nonlocal return mechanism.

third SciMax Toolbox time