Run ❯
Get your
own PHP
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
The >= Operator
Compare two variables and write a message if $x is greater than, or equal to, $y.
= $y) { echo "$x is greater than, or equal to $y"; } ?>
The >= Operator
Compare two variables and write a message if $x is greater than, or equal to, $y.
100 is greater than, or equal to 100