Used as an example in Help:Lua debugging#To see the value of a variable without changing the code
localp={}p.Hello='Hello'functionp.calc(num)returnnumendfunctionp.sum_mult(num)returnnum+num,num*numendfunctionp.mtable(num)return{num,num+1}endreturnp