From 348f4fa02df4c2b111be5cc7afd48123fd40d195 Mon Sep 17 00:00:00 2001 From: Rich Hickey Date: Sun, 15 Oct 2006 15:56:08 +0000 Subject: interim checkin --- src/cli/runtime/RT.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/cli/runtime') diff --git a/src/cli/runtime/RT.cs b/src/cli/runtime/RT.cs index 40626d62..75659413 100644 --- a/src/cli/runtime/RT.cs +++ b/src/cli/runtime/RT.cs @@ -170,7 +170,11 @@ static public ISeq rest(Object x) return null; return seq(x).rest(); } - + +static public ISeq rrest(Object x) { + return rest(rest(x)); +} + static public Object peek(Object x) { if (x == null) -- cgit v1.2.3-70-g09d2