Planned⎕Import
Import r←⎕Import y
This primitive or feature is planned, that is, it doesn't appear in the most recent released implementation of TinyAPL. Details may change before it is added!
Category: I/O
Import a module. y
is a string, either a file path or a string starting with std:
pointing to a standard library module. The code in the module is ran in an isolated scope.