scripting question

greater than equal to

I'm using Windows xp home. The following works both way with no problems for me.

I wondering what people normally use for this. What would be considered good syntax or programming structure. Does it matter? Thanks

if blah => blah blah then something

if blah >= blah blah then something

1,477 views 3 replies
Reply #1 Top

In both math and programming, I've seen >= to be the standard.

"Greater than or equal to" 
rather than
"Equal to or greater than" //this seems to evoke ambiguity

-Mike
[Stardock Support]

Reply #2 Top
That's funny I always use equal to-greater than ( => ) and thought that to be the standard. Ah, well.