RosettaCodeData/Task/Count-in-octal/Forth/count-in-octal.fth
2023-07-01 13:44:08 -04:00

3 lines
60 B
Forth

: octal ( -- ) 8 base ! ; \ where unavailable
octal ints