removed 'ok' printout prompt
This commit is contained in:
parent
4812f51700
commit
ac10418230
|
@ -11,7 +11,7 @@ function CoreHelpers.defineWord(dict: Dictionary, str: string, func: function(En
|
|||
end
|
||||
|
||||
function CoreHelpers.standardInputRefill(): string
|
||||
io.write("ok\n")
|
||||
io.write("\n")
|
||||
local input = io.read().."\n"
|
||||
return input
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue