2
0
Nicolas Cannasse 20 жил өмнө
parent
commit
68b8656960
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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 substr( pos : Int, len : Int ) : String;
 
+	function toString() : String;
+
 }