Use echo to output values. Double or single quotes can be used and if necessary escaped with a backslash
print() is used when only one argument is to be output. Again double or single quotes can be used and if necessary escaped with a backslash
Comments can be single // # or multiline /* .... */
Echo can be used to output more that one parameter each separated by a comma.
Example One:
Example Two:
Example Three:
Example Four: