add all libs from standard AIO Launcher kit
This commit is contained in:
10
lib/eval.lua
Normal file
10
lib/eval.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
math = require "math"
|
||||
use(math)
|
||||
|
||||
function pprint(obj)
|
||||
if type(obj) == "string" or type(obj) == "number" or type(obj) == "boolean" then
|
||||
print(obj)
|
||||
else
|
||||
print("")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user