RosettaCodeData/Task/System-time/Phixmonti/system-time.phixmonti
2023-07-01 13:44:08 -04:00

6 lines
210 B
Text

def printList len for get print endfor enddef
time
"Actual time is " swap 1 get " hour, " rot 2 get " minutes, " rot 3 get nip " seconds, "
"and elapsed " msec " seconds of running time." 10 tolist printList