in reply to Beginner issues!

I don't know whether this is the issue or not, but "lt", "ge", etc should be "<", ">=", etc. The former are string comparison operators; the latter are numerical comparison operators. For example, 4 gt 10 is true.