A web server programming language.
Operators are used to perform operations on variables and values.
+ - * / % **
= += -= *= /=
== === != < > <= >=
++$x $x++ --$x $x--
and or xor && || !
. .=
Edit the code below and click Run to see the result live.