get(variable)
Gets the value of a variable such as penColor or fontSize for an object. Typical example:
w=gfx.Window(); print(w:get('fontSize'))
set()