RosettaCodeData/Task/Here-document/Sidef/here-document-1.sidef

5 lines
46 B
Plaintext

var text = <<"EOF";
a = #{1+2}
b = #{3+4}
EOF