Use Module
signature USE
structure Use :> USE
This module defines a function for loading SML source files into Forlan.
val use : string -> unit
use ""
use fil
fil is nonempty) loads the contents of fil into Forlan; it first looks for fil in the current working directory; if it doesn't find it there, it works through the search path (see Params.getSearchPath), looking for the first occurrence of fil; it issues an error message if fil can't be found, or can't be loaded.
Forlan Version 4.15
Copyright © 2022 Alley Stoughton