Jump to content

Generate lower case ASCII alphabet: Difference between revisions

(→‎{{header|Hoon}}: Add Hoon.)
Line 1,535:
{{Out}}
<pre>"abcdefghijklmnopqrstuvwxyz"</pre>
 
=={{header|Hoon}}==
<syntaxhighlight lang="hoon">`(list cord)`(gulf 97 122)</syntaxhighlight>
{{Out}}
<pre>
> `(list cord)`(gulf 97 122)
<|a b c d e f g h i j k l m n o p q r s t u v w x y z|>
</pre>
 
=={{header|Huginn}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.