private var changeMe:int = 5; private function modify(value:int):int { return value + 10; } ... changeMe = modify(changeMe);