Goto¶
Status: Stable
documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
Description¶
Goto[tag]
Scans the CompoundExpression it appears in directly for
Label[tag], then enclosing ones, and transfers control to that point.
Examples¶
No verified examples yet for this function.
Implementation notes¶
- Both are
Protected.tagis evaluated (conventionally a literal symbol or
Attributes: Protected.
Implementation status¶
Stable — documented, exercised by the test suite and/or worked examples, with no known limitations recorded.
References¶
- Source:
src/core.c - Specification:
docs/spec/builtins/control-flow.md