Are there any even mildly-popular languages that use, or allow, curly quotes for strings? Iād kinda like there to be at least one.
my $string1 = q{for example}; my $string2 = q<angle brackets>; my $string3 = q/or any other symbol/;
%{hello, world!}