9 lines
118 B
Racket
9 lines
118 B
Racket
|
|
#lang racket/base
|
||
|
|
|
||
|
|
(displayln #<<EOF
|
||
|
|
Blah blah blah
|
||
|
|
with indentation intact
|
||
|
|
and "free" \punctuations\
|
||
|
|
EOF
|
||
|
|
)
|