Logo

Programming-Idioms

History of Idiom 1 > diff from v80 to v81

Edit summary for version 81 by ancarda:
[PHP] Close the PHP tag to make this work

Version 80

2019-09-26, 21:33:21

Version 81

2019-09-27, 09:45:17

Idiom #1 Print Hello World

Print a literal string on standard output

Idiom #1 Print Hello World

Print a literal string on standard output

Code
Hello World
Code
?>Hello World<?php // code can continue here...
Comments bubble
Characters outside of execution blocks are immediately echoed.

3v4l sadly chokes on the demo for this.
Comments bubble
Characters outside of execution blocks are immediately echoed.
Demo URL
https://3v4l.org/fFhbE