*fixed an error in the yard sample.

This commit is contained in:
Wang Renxin 2016-07-07 13:13:02 +08:00 committed by GitHub
parent 8d28db64b7
commit 97ab936943

View File

@ -179,6 +179,10 @@ class level
enddef
def update(i)
if i = "" then
return false
endif
ipt = to_lower_case(i)
if ipt = "q" then print "Bye."; : end