Run ❯
Get your
own PHP
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
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