From bf0d7b7add98f976592c9766273ecc84f8b0b6b9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Oct 2009 03:39:22 +0000 Subject: Make ellipses a new kind (AType::DOTS). git-svn-id: http://svn.drobilla.net/resp/tuplr@238 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test/tup.tpr | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/tup.tpr') diff --git a/test/tup.tpr b/test/tup.tpr index ac32387..17d59cb 100644 --- a/test/tup.tpr +++ b/test/tup.tpr @@ -1,2 +1,6 @@ (def t (cons 1 2 3 4 5)) +(. t 0) +(. t 1) (. t 2) +(. t 3) +(. t 4) -- cgit v1.2.1