Here are four solutions to the >= problem, in no particular order:

if < else if = else

if > else =

not <

 > or =

Okay, I admit, I think this last one is the clearest, because it says in Snap! the same thing you'd say in English: "A is greater than or equal to B if A is greater than B or A is equal to B."