(.method obj arg1 arg2 ...) or (. obj (method arg1 arg2 ...))
(. obj -prop1) or (.-prop1 obj)
(set! (.-prop obj) newValue)