class MyTools { static public function double(x:Int) { return x * 2; } }