//    Instruction Example :     long screen.height.get ()


        screen.resolution.set (512,384)

        text.display ("The resolution of the screen is : "+ str(screen.width.get())+" x "+str(screen.height.get()),CENTER,CENTER)
        text.display ("Press a key to exit.",CENTER,350)

        keyboard.wait ()

        script.stop ()