HidTest.Mesa
Copyright
Ó 1991 by Xerox Corporation. All rights reserved.
Last Edited by: Spreitzer, September 9, 1985 8:55:33 pm
PDT
Last tweaked by Mike Spreitzer on October 19, 1988 12:19:19 pm PDT
DIRECTORY
IO;
HidTest:
CEDAR
PROGRAM
IMPORTS
IO =
{
Try:
PROC [s:
IO.
STREAM] ~ {
s.PutF["%g is the time",
IO.time[]];
};
}.