run
|
The run function loads and evaluates the specified AIS Lisp source file
with the specified filename {filename}. Usage The run function opens an existing AIS Lisp source file and evaluates it.
(run filename) The last value of the last Lisp expression in the evaluated Lisp source file,
filename, is returned
Expression:
Arguments
Name
Type
Description Argument: filename Text String ByteVector
The name of the AIS Lisp source file to be opened and evaluated. This name
may include a full path specification.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
ByteVector | Text | String |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|