module: Main import:Math function: main returns: int body: Math.add(6,1) return 0 end body end function end module