Font-size: A A A
Version: 1.0
The >= operator determines if the first expression is greater-than-or-equal the second expression.
<% 123 >= 456 %> <% "a" >= "A" %>
False True