Convert seconds to compound duration: Difference between revisions

Content added Content deleted
m (→‎version 2: elided a blank line from the source.)
Line 1,567:
return
/*──────────────────────────────────────────────────────────────────────────────────────*/
timeU: parse arg u,$; _=x%u; if _==0 then return ''; x=x-_*u; return _ $","</lang>
</lang>
'''output''' &nbsp; when using the default (internal) inputs:
<pre>