Compare length of two strings: Difference between revisions

Content added Content deleted
Line 356: Line 356:
310 RETURN
310 RETURN
</syntaxhighlight>
</syntaxhighlight>
{{out}}
./compare_lengths Like sands through the hourglass these are the days of our lives
<pre>
9: hourglass
7: through
5: lives
5: sands
5: these
4: days
4: Like
3: are
3: our
3: the
3: the
2: of
</pre>


==={{header|PureBasic}}===
==={{header|PureBasic}}===