Question 108941
{{{-g>=-5}}}
{{{g<=5}}}
Let test it.
If g=1, then -g=-1 and
{{{-g>=-5}}}
True, because g is <= 5.
If g=7, then -g=-7 and
{{{-g<=-5}}}
False, because g is not <= 5.