Logo

Programming-Idioms

History of Idiom 1 > diff from v76 to v77

Edit summary for version 77 by munk-a:
New PHP implementation by user [munk-a]

Version 76

2019-09-26, 17:44:26

Version 77

2019-09-26, 17:45:25

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
Comments bubble
Characters outside of execution blocks are immediately echoed.

3v4l sadly chokes on the demo for this.