package scripts.utils; class Loler { public function new(lol:String) { if (lol == "lol") trace("LOL!") else trace("NOT LOL :("); } }