//    Instruction Example :     long plugin.version.get (long)


        screen.resolution.set (512,384)

        text.display ("The current version of Alambik is : "+STR (plugin.version.get (1)),CENTER,10)

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

        keyboard.wait ()

        script.stop ()