//    Instruction Example :     string text.right.trim (string)


        screen.resolution.set (512,384)

        screen.set (BACK)
          pattern.display ("avo\bubble.gif")
        screen.end ()

        text.display ("Press a key to exit.",CENTER,350)

        text.backcolor.select (COLOR_BLUE)
        text.display (text.right.trim ("  HELLO WORLD  "),CENTER,CENTER)

        keyboard.wait ()

        script.stop ()