Content deleted Content added
→Uppercase: Add Perl 5 and Perl 6 snippet |
|||
Line 2,979:
# Example in Perl 6
uc("Wiki means fast?"); # "WIKI MEANS FAST?"
"Wiki means fast?".uc; # "WIKI MEANS FAST?"
</syntaxhighlight>
|