//    Instruction Example :      window.title.set (string)


        screen.resolution.set (512,384)

        window.title.set ("Hello world...")

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

        keyboard.wait ()

        script.stop ()