private function returnTrue():Boolean { return true; } ... trace(returnTrue()); if (returnTrue()) trace(true);