local p = p.Hello = 'Hello'function p.calc(num) return numendfunction p.sum_mult(num) return num + num, num * numendfunction p.mtable(num) return endreturn p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Example of lua debugging".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.