Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var objB = a.getB()
- b.setValue(2)
- a.getB().setValue(3)
- var value = a.getB().getValue()
- print(value)
- print(objB.getValue())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement