Jump to content

Generate lower case ASCII alphabet: Difference between revisions

add fermat
m (→‎{{header|68000 Assembly}}: code doesn't use the NEOGEO hardware in any meaningful way so removed the works with template)
(add fermat)
Line 1,271:
{{Out}}
<pre>abcdefghijklmnopqrstuvwxyz</pre>
 
=={{header|Fermat}}==
<lang fermat>Array locase[1,26];
[locase]:=[<i=1,26>'a'+i-1];
!([locase:char);</lang>
{{out}}<pre>abcdefghijklmnopqrstuvwxyz</pre>
 
=={{header|Forth}}==
781

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.