9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
Called as __get__:
|
|
42
|
|
set bar to hi
|
|
Called as a setter: ['hi']
|
|
set myBar to hi
|
|
hi
|
|
Called as __get__:
|
|
hi
|