diff --git a/reference/strings/functions/print.xml b/reference/strings/functions/print.xml index 68590f0e63..03e93667a4 100644 --- a/reference/strings/functions/print.xml +++ b/reference/strings/functions/print.xml @@ -1,5 +1,5 @@ - + @@ -38,7 +38,7 @@ print "This spans\nmultiple lines. The newlines will be\noutput as well."; print "escaping characters is done \"Like this\"."; -// You can use variables inside of an print statement +// You can use variables inside of a print statement $foo = "foobar"; $bar = "barbaz";