<html>
<body>
// You can also use comments to leave out parts of a code line
$x = 5 /* + 15 */ + 5;
echo $x;
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_comments3 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:29:30 GMT -->
</html>