--- gforth/BUGS 1995/12/26 17:35:32 1.21 +++ gforth/BUGS 1996/08/26 10:07:17 1.22 @@ -7,4 +7,11 @@ Conditional compilation continues after by the standard (through an ambiguous condition), but the compiler should at least produce a warning. anton 27jan95 -DOS and OS/2 don't like . at begin of a file (.gforth-history). bernd 6sep95py \ No newline at end of file +DOS and OS/2 don't like . at begin of a file (.gforth-history). bernd 6sep95py + +see does not leave a space after two-digit literals: + : xxx 50 ; + see xxx +gives + : xxx + 50;