Terminal control/Coloured text: Difference between revisions

m
→‎{{header|Perl}}: Fix comment: Perl 6 --> Raku
m (→‎{{header|Sidef}}: Fix link: Perl 6 --> Raku)
m (→‎{{header|Perl}}: Fix comment: Perl 6 --> Raku)
Line 1,128:
print "$colors{$_}$_ text $clr\n" for sort keys %colors;
 
# the Perl 6Raku code also works
use feature 'say';
use Term::ANSIColor;
2,392

edits