Nyquist / XLISP 2.0 -
Contents |
Tutorials |
Examples |
Reference
get-env
Type: |
- |
function (subr) |
Source: |
- |
xlsys.c |
Syntax
- (get-env string)
- string - environment variable name as string
returns - the value of the environment variable as string,
or NIL
Description
The 'get-user' function returns the value of an environment
variable, or NIL if no variable had been found.
Examples
Back to Top
Nyquist / XLISP 2.0 -
Contents |
Tutorials |
Examples |
Reference