local function wrap_toggle() print('Hello world') end return { wrap_toggle = wrap_toggle }