System
Module
signature SYSTEM
structure System
:> SYSTEM
This module consists of functions for interacting with the operating system. Most users of Forlan won't need to use it.
val makeTempFile : unit -> string
val runJForlan : string -> OS.Process.status
makeTempFile()
runJForlan s
s
as its arguments, returning the status that JForlan exits with; issues an error message if JForlan can't be executed.
Forlan Version 4.15
Copyright © 2022 Alley Stoughton