Reverse words in a string: Difference between revisions

m
Line 1,262:
 
=={{header|Gambas}}==
'''[https://gambas-playground.proko.eu/?gist=c81c1bbf94e856035fd382015d208272 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 sString As New String[10] 'Array for the input text
Anonymous user