diff --git a/luash b/luash index 2c0f9d2..f1f5a04 100755 --- a/luash +++ b/luash @@ -212,7 +212,7 @@ function start_repl() print("") while true do - local prompt = repl.buffer == "" and "luash> " or " ... " + local prompt = repl.buffer == "" and "luash> " or " >> " io.write(prompt) io.flush()