From e919f53c9916af622d1995514c38be68e070ba49 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Feb 2009 15:04:07 -0400 Subject: Renamed O_COMMA to O_CONS, and changed semantics In the old scheme, nested values would simply flatten and concatenate, so that '((1, 2), 3) = (1, 2, 3)'. Now sublists are preserved, so that sequences may be passed as arguments to functions. --- src/op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/op.h') diff --git a/src/op.h b/src/op.h index 7af4ff64..94df154e 100644 --- a/src/op.h +++ b/src/op.h @@ -108,7 +108,7 @@ public: O_QUERY, O_COLON, - O_COMMA, + O_CONS, O_DEFINE, O_LOOKUP, -- cgit v1.2.3