String length: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
(+Stringle)
Line 3,685: Line 3,685:
di ustrlen(s)
di ustrlen(s)
47</syntaxhighlight>
47</syntaxhighlight>

=={{header|Stringle}}==
The only current implementation of Stringle uses 8-bit character sets, meaning character and byte length is always the same.

This prints the length of a string from input:

<syntaxhighlight lang="stringle">$ #$</syntaxhighlight>


=={{header|Swift}}==
=={{header|Swift}}==