Time
Purpose Returns the system time nicely formatted.
Decln. Time:string;
Returns String
Remarks The format of the returned string is hour:min:sec a.m.
The same format is used in the Clock procedure.
Example
BEGIN
FWRITELN(TIME);
END;