Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Comparison of programming languages (string functions): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 14:58, 15 August 2018
edit
Loudogni
(
talk
|
contribs
)
48
edits
→
Contains
:
Fixing Perl 6's return value
← Previous edit
Revision as of 14:59, 15 August 2018
edit
undo
Loudogni
(
talk
|
contribs
)
48
edits
→
Equality
:
Fixing Perl 6's return value
Next edit →
Line 727:
<syntaxhighlight lang="perl6">
# Examples in Perl 6
'hello' eq 'world' # returns
false
False
'hello' eq 'hello' # returns
true
True
</syntaxhighlight>