Eban numbers: Difference between revisions

m
→‎{{header|REXX}}: added wording in the REXX section header.
(Created page with "{draft task} ;Definition: An   '''eban'''   number is a number that has no letter   <big> '''e''' </big>   in it when the number is spelled in ENglish....")
 
m (→‎{{header|REXX}}: added wording in the REXX section header.)
Line 35:
 
=={{header|REXX}}==
Programming note: &nbsp; REXX has no shortcuts for &nbsp; '''if''' &nbsp; statements, so the multiple &nbsp; '''if''' &nbsp; statements weren't combined into one.
<lang rexx>/*REXX program to display eban numbers (those that don't have an "e" their English name)*/
numeric digits 20 /*support some gihugic numbers for pgm.*/