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 $y.
$y) { echo "$x is greater than $y"; } ?>
The > Operator
Compare two variables and write a message if $x is greater than $y.
100 is greater than 50