RosettaCodeData/Task/Enumerations/Forth/enumerations-5.fth
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

2 lines
108 B
Forth

: SIZED-ENUM ( n s -<name>- n+s ) OVER CONSTANT + ;
: CELL-ENUM ( n -<name>- n+cell ) CELL SIZED-ENUM ;