lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I think you should use dofile() and os.exit() instead. So read the lua manual carefully.
 
>dofile "busca.lua"
...
>os.exit()