From 065ea00d5c861411b5aaa41f29bd69a9f30e3ef3 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 01:00:09 +0200 Subject: Implement most of the MLKForm class cluster. --- MLKCons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKCons.h') diff --git a/MLKCons.h b/MLKCons.h index f2fee99..eb6b2bd 100644 --- a/MLKCons.h +++ b/MLKCons.h @@ -42,6 +42,7 @@ -(void) appendObject:(id)object; -(MLKCons *) listByAppendingObject:(id)object; -(MLKCons *) copyList; +-(int) length; -(NSString *) bareDescriptionForLisp; // description without // parentheses, for internal use -- cgit v1.2.3