Re: Euler Project Problems.

"Ray St. Marie" <[email protected]> Mon, 19 May 2008 23:37:10 -0600
Newsgroups gmane.comp.lang.forth.colorforth
Message-ID <[email protected]>
Dear Albert,

: ASCII->BINARY ( char --- double )
( Convert a character digit to a binary representation                )

     &0 -
     DUP 0< OVER 9 > OR ABORT" Not a decimal number"
;


I'm sure this is the problem. I'm not sure how this word is supposed
to leave the char as a double?

-- 
Raymond St. Marie ii,
colorforthray.info