Class MyOutput { ... public static function showMessage(message:String):Void { ... } }
import MyOutput; MyOutput.showMessage("hello!");