// Instruction Example : screen.resolution.set (long,long)
screen.resolution.set (512,384)
text.display ("The resolution of the Alambik screen is : "+str(screen.width.get())+" x "+str(screen.height.get()),CENTER,CENTER)
text.display ("Press a key to exit.",CENTER,350)