*fixed an error in the yard sample.
This commit is contained in:
parent
8d28db64b7
commit
97ab936943
@ -179,6 +179,10 @@ class level
|
|||||||
enddef
|
enddef
|
||||||
|
|
||||||
def update(i)
|
def update(i)
|
||||||
|
if i = "" then
|
||||||
|
return false
|
||||||
|
endif
|
||||||
|
|
||||||
ipt = to_lower_case(i)
|
ipt = to_lower_case(i)
|
||||||
|
|
||||||
if ipt = "q" then print "Bye."; : end
|
if ipt = "q" then print "Bye."; : end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user