RosettaCodeData/Task/System-time/MUMPS/system-time.mumps

7 lines
122 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
SYSTIME
NEW PH
SET PH=$PIECE($HOROLOG,",",2)
WRITE "The system time is ",PH\3600,":",PH\60#60,":",PH#60
KILL PH
QUIT