obj = script("MyClass").new()
put obj.foo
-- "FOO"
-- add new property 'bar'
obj.setProp(#bar, "BAR")
put obj.bar
-- "BAR"