Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
A.Brudz (talk | contribs)
A.Brudz (talk | contribs)
Line 685:
"hello" -eq "world" # returns false
</syntaxhighlight>
 
<syntaxhighlight lang="apl">
⍝ Example in APL
'hello' ≡ 'world' ⍝ returns 0
</syntaxhighlight>
 
<!-- endsection -->