Generate lower case ASCII alphabet: Difference between revisions

Content added Content deleted
m (→‎{{header|Dc}}: Fix header link.)
Line 797: Line 797:
}</lang>
}</lang>


=={{header|Dc}}==
=={{header|dc}}==
Construct the numerical representation of the desired output and print it.
Construct the numerical representation of the desired output and print it.
<lang dc>122 [ d 1 - d 97<L 256 * + ] d sL x P</lang>
<lang dc>122 [ d 1 - d 97<L 256 * + ] d sL x P</lang>