alice
library
manual.
The CommandLine structure
________ Synopsis ____________________________________________________
signature COMMAND_LINE
structure CommandLine : COMMAND_LINE
The Standard ML Basis'
CommandLine structure.
________ Import ______________________________________________________
Imported implicitly.
________ Interface ___________________________________________________
signature COMMAND_LINE =
sig
val name : unit -> string
val arguments : unit -> string list
end
________ Description _________________________________________________
Like the Standard ML Basis'
CommandLine structure.
last modified 2007/Mar/30 17:10