Std.hx 103 B

123
  1. extern class Std {
  2. @:mlNative("(fun s -> \"TODO\")") static function string( s : Dynamic ) : String;
  3. }