Template:Nasal Test Setter Getter

From FlightGear wiki
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();