SoboFa1 SoboFa1 print("mytable Element at index wow is ", mytable["wow"])function mymath.sub(a,b) print(a-b) end mymathmodule = require("mymath") mymathmodule.add(10,20)