home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / forth / 3093 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.7 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!majestix!uho
  2. From: uho@informatik.uni-kiel.dbp.de (Ulrich Hoffmann)
  3. Newsgroups: comp.lang.forth
  4. Subject: Re: Sampler Forth
  5. Message-ID: <11041@minnie.informatik.uni-kiel.dbp.de>
  6. Date: 8 Sep 92 15:51:13 GMT
  7. References: <4303@wet.UUCP>
  8. Organization: Dept. of Computer Science, University of Kiel, FRG
  9. Lines: 37
  10.  
  11. In <4303@wet.UUCP> jpeters@wet.COM (John A. Peters) writes:
  12.  
  13. >DOCUMENTATION; Use the resources of the machine!  The compiler
  14. >doesn't do anything with numbers above 127, so use control-C to
  15. >toggle the high-order bits to 1 and all incoming bytes are 128 or
  16. >above and are ignored by the compiler.  They can be used for
  17. >comments.  On the screen they're dimmer; the printer outputs then
  18. >as italics. I (Jerry Mueler) did all this a couple of years a go. 
  19. >Type control-C again and you're back into normal forth input.
  20.  
  21. So you probably don't speak any foreign languages? 
  22.  
  23. 7 Bit Ascii is just not enough to hold all our native (you may call them foreign)
  24. characters (such as German Umlauts). 
  25.  
  26. Unfortunately even this mail software insists on using only 7 bits, 
  27. so I can't show you any of these, now.
  28.  
  29. Yes - we use these letters!  
  30. Yes - we have special keys on our keyboards to produce them.
  31.  
  32. Please DO NOT use the extended ASCII character set for any other purpose than 
  33. representing literal characters!
  34.  
  35. In this sense, a 'smudge' bit becomes really nasty, since not FIG, nor F83/F-PC
  36. allow for full 8-Bit characters in word names :-(.
  37.  
  38.  
  39. Greetings,
  40.          
  41.  
  42.  
  43.    Ulrich
  44.  
  45. Ulrich Hoffmann                   email: uh@informatik.uni-kiel.dbp.de  
  46. Institut fuer Informatik, Universitaet Kiel        Tel: +49 431 560426 
  47. Preusserstr 1-9, D-2300 Kiel 1, Germany            Fax: +49 431 566143
  48.