Explorar o código

added toString()

Nicolas Cannasse %!s(int64=20) %!d(string=hai) anos
pai
achega
68b8656960
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
+
 }