Voting

: six plus one?
(Example: nine)

The Note You're Voting On

M1001
2 years ago
You are also able to write more than one statement in one line, just separating with a semicolon, example:

<?php
echo "a"; echo "b"; echo "c";
#The output will be "abc" with no errors
?>

<< Back to user notes page

To Top