Subtracts two Integer values
function intSub input Integer i1; input Integer i2; output Integer i; end intSub;