Identification.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Christian Jacobi, October 8, 1992 10:53:16 pm PDT
Christian Jacobi, October 8, 1992 11:06 pm PDT
DIRECTORY Rope;
Identification: CEDAR DEFINITIONS ~ BEGIN
Self: PROC [ATOM ¬ NIL] RETURNS [Rope.ROPE];
Returns short identification. Using an ATOM allows to specify the format.
NIL (and unknown atoms) => returns a short human readable identification
$Host => returns the hostname part only
$Debug => returns sufficient information for a human to aim a debug tool
END.