??? 10/28/08 22:14 Read: times |
#159441 - Pascal Responding to: ???'s previous message |
Richard Ries said:
Neither C nor Pascal (AFAIK) can beat "OPEN COM1: FOR INPUT AS #3". My Pascal says "Rewrite (3);" {Opens device 3 for read/write} or Reset(3) {opens device 3 for read only} I like Psscal's range checking (var ST : array[1..MaxEntry] of Symbol;), but I dislike the "Forward" kluge. Why Kludge ? It makes sure you explicitly know something has to happen. I don't write software in isolation. My job is to make hardware do something, that takes maintainable, reliable, revisitable code. I'll advocate Pascal for that anytime. Steve |