env: Add dump() and type()

master
octacian 2017-01-31 18:43:39 -08:00
parent 5141e41fe4
commit 6c640f5823
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ function digicompute.env()
end
local env = {
dump = dump,
type = type,
string = {
byte = string.byte,
char = string.char,