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. --- ruby/step0_repl.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ruby/step0_repl.rb') diff --git a/ruby/step0_repl.rb b/ruby/step0_repl.rb index 21d534a..9c03cfa 100644 --- a/ruby/step0_repl.rb +++ b/ruby/step0_repl.rb @@ -21,6 +21,7 @@ def REP(str) return PRINT(EVAL(READ(str), {})) end +# repl loop while line = _readline("user> ") puts REP(line) end -- cgit v1.2.3