Loops/Foreach: Difference between revisions

m
No edit summary
Line 991:
 
=={{header|Gambas}}==
'''[https://gambas-playground.proko.eu/?gist=cb94500c68749f6f93915f3f10de5a03 You can runClick this code.link Copyto the code, clickrun this link, paste it in and press 'Run !'code]'''
<lang gambas>Public Sub Main()
Dim siInput As Short[] = [1, 8, 0, 6, 4, 7, 3, 2, 5, 9]
Anonymous user