Leonardus
Loading...
Searching...
No Matches
Figurative LeoScript Operator vocabulary

STACK

$ S\ -- $

DESCRIPTION

Continues reading LeoScript code from the specified vocabulary S and returns to the current context afterward.

Syntax Restrictions:

  • The statement must appear on its own line.
  • No other operators or code are allowed on the same line.
  • S must be a literal string and it must start at the first character of the line.

This operator is implemented during the parser pass of the interpreter and functions as an analog to C’s #include directive.

ORIGIN

Operator implemented in parser.