integer
1.00
function IMinBJ takes integer a, integer b returns integer if (a < b) then return a else return b endifendfunction