get-version-string [Function]
Purpose
The get-version-string function gives the version number of the Loom in which it is evaluated.
Syntax
get-version-string
Arguments
This function has no arguments.
Value
The get-version-string function returns a string containing version numbers and dates of the Loom and Lisp currently running.
Examples
(get-version-string) ==>
"LOOM version 2.0 (7/2/93), patch level 35 (10/26/93)
Lucid Common Lisp Lucid Common Lisp,
Development Environment Version 4.1, 12 October 1992"
See Also
Last modified: Jun 1 1995