home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / modula2 / 1745 < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: sparky!uunet!paladin.american.edu!gatech!swrinde!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!giac1.oscs.montana.edu!osycs
  3. From: osycs@giac1.oscs.montana.edu (Craig Spannring)
  4. Subject: Re: pascal code to modula
  5. Message-ID: <1993Jan26.092943.26899@coe.montana.edu>
  6. Keywords: n
  7. Sender: usenet@coe.montana.edu (USENET News System)
  8. Organization: Geographic Information & Analysis Center Montana State University
  9. References: <8267@kielo.uta.fi> <1993Jan22.163533.8577@psg.com> <8288@kielo.uta.fi>
  10. Date: Tue, 26 Jan 1993 09:29:43 GMT
  11. Lines: 26
  12.  
  13. In article <8288@kielo.uta.fi> csfraw@vehka.uta.fi (Francis Akoto) writes:
  14. >In article <1993Jan22.163533.8577@psg.com> randy@psg.com (Randy Bush) writes:
  15. >>csfraw@vehka.cs.uta.fi (Francis Akoto) writes:
  16. >>> This is a pascal code
  17. >>>    i,j: integer ;
  18. >>>    i := i or j ;
  19. >>
  20. >>That most certainly is *not* Pascal code.
  21.  
  22. (Climbing on my soapbox for a moment.)
  23.  
  24. I'd have to agree with Randy on this one.  More importantly the ISO standard, 
  25. ANSI standard, and Dr. Wirth would agree with Randy.  'or' is a boolean
  26. operator, not an integer operator.  Please don't confuse Pascal with Turbo.
  27. Turbo is not Pascal, never has been, never will be.  Not only that, but
  28. I don't think it will ever run on anything but 80x86 boxes running 
  29. {DOS|Windogs|OS/2}.  (If you stretch the imagination enough you might
  30. imagine it on OS/2.)
  31.  
  32. (Now stepping from my soapbox.)
  33.  
  34. -- 
  35. =========================================================================
  36.  Six of one, 110 (base 2) of | Craig Spannring --- (406) 994-6128
  37.  another.                    | osycs@giac1.oscs.montana.edu
  38.  ----------------------------+ Geographic Information & Analysis Center
  39.