summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 5c8b4b8..c30a043 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -220,4 +220,9 @@ static id truify (BOOL value)
{
RETURN_VALUE ([[args objectAtIndex:0] divideBy:[args objectAtIndex:1]]);
}
+
++(NSArray *) list:(NSArray *)args
+{
+ RETURN_VALUE ([MLKCons listWithArray:args]);
+}
@end