[HARLEQUIN][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


Function MACHINE-VERSION

Syntax:

machine-version <no arguments> => description

Arguments and Values:

description---a string or nil.

Description:

Returns a string that identifies the version of the computer hardware on which Common Lisp is running, or nil if no such value can be computed.

Examples:

 (machine-version) =>  "KL-10, microcode 9"

Side Effects: None.

Affected By:

The machine version, and the implementation.

Exceptional Situations: None.

See Also:

machine-type, machine-instance

Notes: None.


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996, The Harlequin Group Limited. All Rights Reserved.