--- gforth/environ.fs 2012/09/17 20:10:23 1.34 +++ gforth/environ.fs 2012/10/08 01:10:30 1.35 @@ -17,6 +17,9 @@ \ You should have received a copy of the GNU General Public License \ along with this program. If not, see http://www.gnu.org/licenses/. +[IFUNDEF] cell/ : cell/ 1 cells / ; [THEN] +[IFUNDEF] float/ : float/ 1 floats / ; [THEN] + \ wordlist constant environment-wordlist vocabulary environment ( -- ) \ gforth