iteration
This commit is contained in:
parent
654c5394cd
commit
510bc2b2a9
@ -5,4 +5,9 @@ if args[1] == nil then
|
||||
return
|
||||
end
|
||||
|
||||
io.write(lns.lookup(args[1]) .. "\n")
|
||||
result = lns.lookup(args[1])
|
||||
if result == nil then
|
||||
io.write("Not found!\n")
|
||||
else
|
||||
io.write(result .. "\n")
|
||||
end
|
Loading…
Reference in New Issue
Block a user