X-Git-Url: http://git.hcoop.net/jackhill/mal.git/blobdiff_plain/9d42904e47c50c5ff2306da04993b2a32bc9cd16..476996295578e4abb54bbf088a31e6120d6afd80:/lua/step4_if_fn_do.lua diff --git a/lua/step4_if_fn_do.lua b/lua/step4_if_fn_do.lua index e211973c..65b3a0a5 100755 --- a/lua/step4_if_fn_do.lua +++ b/lua/step4_if_fn_do.lua @@ -89,6 +89,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