Convert seconds to compound duration: Difference between revisions

Content added Content deleted
(→‎{{header|AppleScript}}: Updated primitives, slight reshaping)
Line 1,459: Line 1,459:


=={{header|Gambas}}==
=={{header|Gambas}}==
'''[https://gambas-playground.proko.eu/ You can run this code. Copy the code, click this link, paste it in and press 'Run !']'''
'''[https://gambas-playground.proko.eu/?gist=d7f00b8a96a6f792f0164f622f0686df Click this link to run this code]'''
<lang gambas>Public Sub Main()
<lang gambas>Public Sub Main()
Dim iInput As Integer[] = [7259, 86400, 6000000] 'Input details
Dim iInput As Integer[] = [7259, 86400, 6000000] 'Input details