ThisMachine.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Hal Murray, January 20, 1986 5:28:29 pm PST
ThisMachine:
CEDAR DEFINITIONS = {
ROPE: TYPE = Rope.ROPE;
Name:
PROC [
ATOM ←
NIL]
RETURNS [
ROPE];
Returns NIL if any troubles, for example when a server is down.
$Arpa => "Shark.PARC.Xerox.COM"
$NS => "Shark:PARC:Xerox"
NIL, $Pup => "Shark"
Address:
PROC [
ATOM ←
NIL]
RETURNS [
ROPE];
Returns NIL if any troubles, for example when a server is down.
Beware: A machine may have more than one address.
$Arpa => "[1.2.3.4]"
$NS => "3#12542500134#"
NIL, $Pup => "3#313#"
ProcessorID:
PROC [
ATOM ←
NIL]
RETURNS [
ROPE];
$Decimal, $ProductSoftware => "1-435-140-188"
$Hex => "558A805CH" Note trailing H. A leading 0 will be added if appropiate.
NIL, $Octal => "12542500134" No trailing B.