local MM = require("mymath")

MM.add(10,2)
MM.sub(10,2)
MM.mul(10,2)
MM.div(10,2)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: