update prompt

This commit is contained in:
vonhyou 2021-04-14 09:12:57 +08:00
parent b3adb30967
commit 6b82c52a52

View file

@ -115,7 +115,7 @@ end
##### REPL
def repl(prompt='minlisp>> ')
def repl(prompt='minlisp ƛ>> ')
loop do
print prompt
val = lisp_eval(parse(gets.chomp))