Adds two Integer values
function intAdd input Integer i1; input Integer i2; output Integer i; end intAdd;