Sys.hx 105 B

12345
  1. extern class Sys {
  2. @:mlNative("Pervasives.print_string") static function print( s : String ) : Void;
  3. }