Jump to content

String length: Difference between revisions

+Stringle
m (→‎{{header|Wren}}: Changed to Wren S/H)
(+Stringle)
Line 3,685:
di ustrlen(s)
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}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.