From 6758d50fecc5b042a3d880ca9bf0fe17014aec1a Mon Sep 17 00:00:00 2001 From: Rich Hickey Date: Thu, 4 May 2006 12:45:53 +0000 Subject: added string, number and char literals, RT.ch() --- src/cli/runtime/RT.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/cli/runtime/RT.cs') diff --git a/src/cli/runtime/RT.cs b/src/cli/runtime/RT.cs index 0f2efee9..11aa7bda 100644 --- a/src/cli/runtime/RT.cs +++ b/src/cli/runtime/RT.cs @@ -71,7 +71,12 @@ public class RT } } - + +static public Object ch(char c) + { + return c; + } + static public Cons cons(Object x, Cons y) { return new Cons(x, y); -- cgit v1.2.3-70-g09d2