RosettaCodeData/Task/Time-a-function/REXX/time-a-function-1.rexx

6 lines
74 B
Rexx
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
do x = 1 to 40
say time('l') time('e')
do y = 1 to 10000
end
end