Logo

Programming-Idioms

History of Idiom 1 > diff from v78 to v79

Edit summary for version 79 by mwsundberg:
[Lisp] Was wrong, would generate an error

Version 78

2019-09-26, 17:58:44

Version 79

2019-09-26, 20:07:57

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
(print "Hello World)
Code
(print "Hello World")
Comments bubble
sbcl common lisp dialect
Comments bubble
sbcl common lisp dialect