Jump to content

Module:Example of lua debugging

From Wikipedia, the free encyclopedia

localp={}p.Hello='Hello'functionp.calc(num)returnnumendfunctionp.sum_mult(num)returnnum+num,num*numendfunctionp.mtable(num)return{num,num+1}endreturnp
close