Content deleted Content added
→Compare (relational operator-based, Boolean result): Add Perl 6 snippet |
→Compare (relational operator-based, Boolean result): Modify Perl 6 snippet |
||
Line 429:
<syntaxhighlight lang="perl6">
# Example in Perl 6
"
"art" lt "painting"; # returns False
</syntaxhighlight>
|