Nicolas Cannasse 19 年之前
父節點
當前提交
db1730944e
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 )