Convert seconds to compound duration: Difference between revisions

Content deleted Content added
No edit summary
Line 457: Line 457:


==={{header|Commodore BASIC}}===
==={{header|Commodore BASIC}}===
<lang commodorebasic>10 REM CONVERT SECONDS TO COMPOUND DURATION
<lang gwbasic>10 REM CONVERT SECONDS TO COMPOUND DURATION
20 REM ADAPTED FROM RUN BASIC VERSION
20 REM ADAPTED FROM RUN BASIC VERSION
30 REM ===============================================================
30 REM ===============================================================
Line 501: Line 501:
6000000 sec
6000000 sec
= 9 wk, 6 dy, 10 hr, 40 min
= 9 wk, 6 dy, 10 hr, 40 min

=={{header|BBC BASIC}}==
=={{header|BBC BASIC}}==
<lang bbcbasic>REM >compduration
<lang bbcbasic>REM >compduration