diff options
Diffstat (limited to 'src/cli/runtime/RT.cs')
| -rw-r--r-- | src/cli/runtime/RT.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/runtime/RT.cs b/src/cli/runtime/RT.cs index 8f7141d9..431185d6 100644 --- a/src/cli/runtime/RT.cs +++ b/src/cli/runtime/RT.cs @@ -149,6 +149,10 @@ static public Object third(Object x) {
return first(rest(rest(x)));
}
+
+static public Object fourth(Object x) {
+ return first(rest(rest(rest(x))));
+}
static public ISeq rest(Object x)
{
|
