Five weekends: Difference between revisions

Content added Content deleted
Line 2,383: Line 2,383:


=={{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=fbeb1b7a06fff3da3f8b262ee5d71390 Click this link to run this code]'''
<lang gambas>Public Sub Main()
<lang gambas>Public Sub Main()
Dim aMonth As Short[] = [1, 3, 5, 7, 8, 10, 12] 'All 31 day months
Dim aMonth As Short[] = [1, 3, 5, 7, 8, 10, 12] 'All 31 day months