Help for this page
Select Code to Download
Select
or
download this
$x = 3; print ++$x/$x--;
Select
or
download this
(++$x/$x)--
Select
or
download this
print $x, $x += 1;
Select
or
download this
print +(($x+=1)+=1) + ($x+=$x++);