Compare length of two strings: Difference between revisions

Line 1,205:
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
funcproc stringLength a$ b$ . .
lineA$ = "\"" & a$ & "\" (length: " & len a$ & ")"
lineB$ = "\"" & b$ & "\" (length: " & len b$ & ")"
2,053

edits