String length: Difference between revisions

m
→‎{{header|REXX}}: changed the wording in the REXX section header.
m (added whitespace before the TOC (table of contents), added other whitespace in the task's preamble.)
m (→‎{{header|REXX}}: changed the wording in the REXX section header.)
Line 1,965:
Classic REXX don't support Unicodes, so ''character'' and ''byte'' length are the same.
<br>All characters (in strings) are stored as 8-bit bytes. &nbsp; &nbsp; Indeed, ''everything'' in REXX
<br>is stored as character strings.
===Byte Length===
<lang REXX>/*REXX program to show lengths (in bytes/characters) for various strings*/