<<>> <> <> <> DIRECTORY IO; HidTest: CEDAR PROGRAM IMPORTS IO = { Try: PROC [s: IO.STREAM] ~ { s.PutF["%g is the time", IO.time[]]; }; }.