Binary digits: Difference between revisions

Content added Content deleted
Line 1,317: Line 1,317:


=={{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=03e84768e6ee2af9b7664efa04fa6da8 Click this link to run this code]'''
<lang gambas>Public Sub Main()
<lang gambas>Public Sub Main()
Dim siBin As Short[] = [5, 50, 9000]
Dim siBin As Short[] = [5, 50, 9000]