function math(a!, b!) print a + b print a - b print a * b print a / b print a mod b end function