Nicolas Cannasse 20 rokov pred
rodič
commit
68b8656960
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      std/String.hx

+ 2 - 0
std/String.hx

@@ -15,4 +15,6 @@ extern class String {
 	function split( delimiter : String ) : Array<String>;
 	function split( delimiter : String ) : Array<String>;
 	function substr( pos : Int, len : Int ) : String;
 	function substr( pos : Int, len : Int ) : String;
 
 
+	function toString() : String;
+
 }
 }