Liste des Groupes | Revenir à cl forth |
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes:As part of the Forth test suite there is a preliminary test program to be run before the Hayes core tests intended to aid in the development of a Forth systems with as few assumptions as possible, including not assuming the value of BASE. Having tested 0 and 1+ the system is set to decimal by:: DECIMAL ( -- ) 10 BASE ! ;: DECIMAL ( -- ) 5 5 + BASE ! ;
does not contain an invocation of DECIMAL before this use of "10".
should usually work.
Les messages affichés proviennent d'usenet.