Terminal control/Display an extended character: Difference between revisions

m
No edit summary
m (→‎{{header|Perl 6}}: fix markup)
Line 303:
=={{header|Perl 6}}==
To demonstrate we're not limited to Latin-1, we'll print the fullwidth variant.
<lang Perl 6perl6>say '£';
say "\x[FFE1]";
say "\c[FULLWIDTH POUND SIGN]";
10,333

edits