Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Here-document/NewLISP/here-document.l
Normal file
11
Task/Here-document/NewLISP/here-document.l
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
; here-document.lsp
|
||||
; oofoe 2012-01-19
|
||||
; http://rosettacode.org/wiki/Here_document
|
||||
|
||||
(print (format [text]
|
||||
Blast it %s! I'm a %s,
|
||||
not a %s!
|
||||
--- %s
|
||||
[/text] "James" "magician" "doctor" "L. McCoy"))
|
||||
|
||||
(exit)
|
||||
Loading…
Add table
Add a link
Reference in a new issue