Next = next 
Print = print 
OsClock = os.clock 
OsTime = os.time 
Pairs = pairs 
Ipairs = ipairs 
ToNumber = tonumber 
ToString = tostring 
Type( = type(
StringByte = string.byte 
StringChar = string.char 
StringFind = string.find 
StringFormat = string.format 
StringGmatch = string.gmatch 
StringGsub = string.gsub 
StringLen( = mylib.StringLen(
UTF8_mylib.StringLen(=UTF8_StringLen(
StringLower = string.lower 
StringMatch = string.match 
StringRep = string.rep 
StringReverse = string.reverse 
StringSub = string.sub 
StringUpper = string.upper 
TableInsert = table.insert 
TableMaxn = table.maxn 
TableRemove = table.remove 
TableSort = mylib.TableSort 
TableConcat = table.concat 
MathAbs = math.abs 
MathAcos = math.acos 
MathAsin = math.asin 
MathAtan = math.atan 
MathAtan2 = math.atan2 
MathCeil = math.ceil 
MathCos = math.cos 
MathCosh = math.cosh 
MathDeg = math.deg 
MathExp = math.exp 
MathFloor = math.floor 
MathFmod = math.fmod 
MathFrexp = math.frexp 
MathHuge = math.huge 
MathLdexp = math.ldexp 
MathLog = math.log 
MathLog10 = math.log10 
MathMax = math.max 
MathMin = math.min 
MathModf = math.modf 
MathPi = math.pi 
MathPow = math.pow 
MathRad = math.rad 
MathRandom = math.random 
MathRandomseed = math.randomseed 
MathSin = math.sin 
MathSinh = math.sinh 
MathSqrt = math.sqrt 
MathTan = math.tan 
MathTanh = math.tanh 
StringXImport = stringx.import 
SetMetaTable = setmetatable 
GetMetaTable = getmetatable 
Unpack = unpack 
