Diff for /gforth/stuff.fs between versions 1.49 and 1.50

version 1.49, 2006/01/28 18:46:15 version 1.50, 2006/01/28 18:57:20
Line 337  interpret/compile: what's ( interpretati Line 337  interpret/compile: what's ( interpretati
   
 environment-wordlist >order  environment-wordlist >order
   
 16 address-unit-bits / 1 max constant /w ( -- u ) \ gforth  16 address-unit-bits / 1 max constant /w ( -- u ) \ gforth slash-w
 \G address units for a 16-bit value  \G address units for a 16-bit value
           
 32 address-unit-bits / 1 max constant /l ( -- u ) \ gforth  32 address-unit-bits / 1 max constant /l ( -- u ) \ gforth slash-l
 \G address units for a 32-bit value  \G address units for a 32-bit value
   
 previous  previous

Removed from v.1.49  
changed lines
  Added in v.1.50


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>