Template:Nasal Test Setter Getter
Jump to navigation
Jump to search
# call the object's setter method: myObject.setValue( 100 ); # call the object's getter method to extract the values var ( x ) = myObject.getValue();