Nicolas Cannasse 19 năm trước cách đây
mục cha
commit
db1730944e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      std/neko/Stack.hx

+ 3 - 0
std/neko/Stack.hx

@@ -56,6 +56,9 @@ class Stack {
 		return makeStack(untyped __dollar__excstack());
 	}
 
+	/**
+		Returns a representation of the stack as a printable string.
+	**/
 	public static function toString( stack : Array<StackItem> ) {
 		var b = new StringBuf();
 		for( s in stack )