Compare length of two strings: Difference between revisions

m
m (Fix order)
Line 2,028:
≪ len 1 '''FOR''' n
1 n 1 - '''START'''
'''IF''' OVER SIZE OVER SIZE < '''THEN''' SWAP '''END'''
'''THEN''' SWAP '''END'''
n ROLLD
'''NEXT'''
Line 2,067 ⟶ 2,068:
1: "AB [2]"
</pre>
 
=={{header|Ruby}}==
<syntaxhighlight lang="ruby">
1,150

edits