Returns whether Integer i1 is greater than or equal to Integer i2
function intGe input Integer i1; input Integer i2; output Boolean b; end intGe;