RosettaCodeData/Task/Comments/PHP/comments-2.php
2023-07-01 13:44:08 -04:00

2 lines
75 B
PHP

$var = 1; # this is the comment part
$var = 1; // this is the comment part