Diff for /gforth/kernel/nio.fs between versions 1.11 and 1.12

version 1.11, 1999/05/17 15:07:05 version 1.12, 1999/10/22 20:46:10
Line 74  require ./io.fs Line 74  require ./io.fs
     \G is converted to the appropriate display code (eg ASCII code) and appended      \G is converted to the appropriate display code (eg ASCII code) and appended
     \G to the string. If the number has been fully converted, ud1 will be 0 and      \G to the string. If the number has been fully converted, ud1 will be 0 and
     \G @code{#} will append a "0" to the string.      \G @code{#} will append a "0" to the string.
     base @ 2 max ud/mod rot 9 over <      base @ ud/mod rot 9 over <
     IF      IF
         [ char A char 9 - 1- ] Literal +          [ char A char 9 - 1- ] Literal +
     THEN      THEN

Removed from v.1.11  
changed lines
  Added in v.1.12


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