Hello world/Newline omission: Difference between revisions

Content added Content deleted
Line 620: Line 620:
=={{header|Gambas}}==
=={{header|Gambas}}==
'''[https://gambas-playground.proko.eu/?gist=09c8c3464c556325f089f9e4c326eaca Click this link to run this code]'''
'''[https://gambas-playground.proko.eu/?gist=09c8c3464c556325f089f9e4c326eaca Click this link to run this code]'''
<syntaxhighlight lang="gambas">Public Sub Main()
<syntaxhighlight lang="basic">Public Sub Main()


Print "Goodbye, "; 'The semicolon stops the newline being added
Print "Goodbye, "; 'The semicolon stops the newline being added