|
||||||||||||
|
|
||||||||||||
Import expressionImport evalutes an expression, converts it to a string and treats that as a path to a script. A path can be absolute, starting from a zone's container, or relative to the current script. An import operation might generate errors, which are signaled by throwing an exception. Printing this exception produces a human-readable list of (parsing) errors.
Ab import script is returned as
import-expr := import "(" exprpath ")"
|
||||||||||||
|
|
||||||||||||