env = {} chunk = loadstring('sc.synthdef.lua') -- compile setfenv(chunk,env) -- set environment chunk() -- execute
from "blabla" about variable not being defined