Microsoft Small Basic

Program Listing: WSS727
TextWindow.WriteLine("Daţi-mi un text şi vi-l întorc!")
abc=TextWindow.Read()
lungime=Text.GetLength(abc)
For i=1 To lungime
TextWindow.Write(Text.GetSubText(abc,lungime+1-i,1))
EndFor
TextWindow.WriteLine("")