From 86b689f3d7111a9fa13da389a30f3dfdf877d1a4 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 19 Apr 2014 13:04:09 -0500 Subject: All: *ARGV* and *host-language*. Misc syncing/fixes. --- cs/step2_eval.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cs/step2_eval.cs') diff --git a/cs/step2_eval.cs b/cs/step2_eval.cs index dc467de..1a95a81 100644 --- a/cs/step2_eval.cs +++ b/cs/step2_eval.cs @@ -69,7 +69,7 @@ namespace Mal { return printer._pr_str(exp, true); } - // REPL + // repl static MalVal RE(Dictionary env, string str) { return EVAL(READ(str), env); } -- cgit v1.2.3