function


-- So:

a = {}
table1 = {}

function a.param(frame)
  return tostring ( pairs( frame.args ) )
end

return a