public function getString( a:int, b:int ):String { if( a < b ) return "Не хватает денег"; return "Денег хватает!"; }