Jump to content

Four is magic: Difference between revisions

m
→‎{{header|REXX}}: added wording to the REXX section header (concerning where the default numbers were taken).
m (added related tasks.)
m (→‎{{header|REXX}}: added wording to the REXX section header (concerning where the default numbers were taken).)
Line 236:
 
=={{header|REXX}}==
The numbers used for the default were taken from the   '''Kotlin'''   example.
<lang rexx>/*REXX pgm converts a # to English into the phrase: a is b, b is c, ... four is magic. */
numeric digits 3000 /*be able to handle gihugic numbers. */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.