1 2 3 4 5 6
local vm = require 'vm.vm' function vm.getGlobal(source) vm.getGlobals(source) return vm.cache.getGlobal[source] end