diff options
Diffstat (limited to 'lua/step5_tco.lua')
| -rwxr-xr-x | lua/step5_tco.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/step5_tco.lua b/lua/step5_tco.lua index fa4e41f..237f5ea 100755 --- a/lua/step5_tco.lua +++ b/lua/step5_tco.lua @@ -97,6 +97,10 @@ end -- core.mal: defined using mal rep("(def! not (fn* (a) (if a false true)))") +if #arg > 0 and arg[1] == "--raw" then + readline.raw = true +end + while true do line = readline.readline("user> ") if not line then break end |
