y4h2 / personal-notes

my personal notes
0 stars 0 forks source link

Heredoc Strings #32

Open y4h2 opened 2 years ago

y4h2 commented 2 years ago

pass multiple lines.

<<DELIMITER
hello
world
DELIMITER

the delimiter can be any string. Most people use EOF as the delimiter