Multiplies two Integer values
function intMul input Integer i1; input Integer i2; output Integer i; end intMul;