Q'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q^text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text^;
Q「「text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text」」;
Q⦅text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text⦆;
True if 5 > 7;
asdf < q >;
$x < q > x;
$x = < q >;
a(<5>);
$x.a: <5>;
q'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \' \n text';
'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \' \n text';
qq'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \' \n text';
"text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \" \n text";
qw'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
<text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text>;
qww'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
qqw'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
qqww'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
«text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text»;
<<text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text>>;
qx'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
qqx'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:s'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:a'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:h'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:f'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:c'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:b'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:q'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:qq'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
Q:x:w:ww:q:qq:s:a:h:f:c:b:v'text $scl @arr %hsh &sub($stuff) {if 5 < 4 { $code }} \qq[$stuff] \n text';
my ($first, $second) = q:to/END1/, qq:to/END2/;
FIRST
MULTILINE
\n $var
STRING
END1
SECOND
MULTILINE
\n $var
STRING
END2
if True {
$text = qq:to<<<<EOT>>>>;
Type: {$symbol.type}
Concrete: {$symbol.concrete}
Container: {$symbol.container}
Metadata:
{$symbol.metadata.keys.sort.map(-> $k {" $k: {$symbol.metadata{$k}}"}).join("\n")}
EOT
}
else {
$text = qq:to|EOT|;
Kind: {$symbol.kind}
Value: {$symbol.value}
EOT
}