Four is magic: Difference between revisions

Content deleted Content added
m added related tasks.
m →‎{{header|REXX}}: added wording to the REXX section header (concerning where the default numbers were taken).
Line 236: Line 236:


=={{header|REXX}}==
=={{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. */
<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. */
numeric digits 3000 /*be able to handle gihugic numbers. */