Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Reserved Words

Received: by 10.68.191.137 with SMTP id gy9mr1625943pbc.0.1344325028545;
        Tue, 07 Aug 2012 00:37:08 -0700 (PDT)
MIME-Version: 1.0
Path: g9ni3207534pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!news.glorb.com!pit-in1.telstra.net!news.telstra.net!61.9.128.156.MISMATCH!viwinnwcl01.internal.bigpond.com!viwinnwfe01.internal.bigpond.com.POSTED!7564ea0f!not-for-mail
From: "Terence" <tbwri...@bigpond.net.au>
Newsgroups: comp.lang.fortran,comp.lang.pl1,comp.lang.cobol
References: <juls5r$k8n$1@speranza.aioe.org> <jum6j9$f3j$1@speranza.aioe.org> <6b7c2889-2353-453f-90f0-adaa20f39a42@googlegroups.com> <jumm5p$n5k$1@speranza.aioe.org> <0076895a-81ea-4f81-9776-66b2b88f1eda@googlegroups.com> <junk6c$rpg$1@speranza.aioe.org> <50377935-0551-4b49-971b-98c69c71e687@rq10g2000pbb.googlegroups.com> <juoibr$ru1$1@speranza.aioe.org> <500fe56d$41$fuzhry+tra$mr2ice@news.patriot.net> <jupmsd$qqp$1@speranza.aioe.org> <65234227-61eb-43de-b3f2-e0301b7f7f76@f9g2000pbd.googlegroups.com> <a7bp70Fj5mU1@mid.individual.net> <1knu5nw.o1j3i8pvsvjoN%nospam@see.signature> <a7m1ueFdc9U1@mid.individual.net> <jv6qbv$5lo$1@dont-email.me> <jv6r13$9b1$1@dont-email.me> <jv6vrs$k90$1@speranza.aioe.org>
Subject: Re: Reserved Words
Lines: 10
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4927.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200
Message-ID: <Zf1Sr.1236$qv3.938@viwinnwfe01.internal.bigpond.com>
Date: Wed, 1 Aug 2012 14:18:17 +1000
NNTP-Posting-Host: 121.210.2.171
X-Complaints-To: abuse@bigpond.net.au
X-Trace: viwinnwfe01.internal.bigpond.com 1343791225 121.210.2.171 (Wed, 01 Aug 2012 13:20:25 EST)
NNTP-Posting-Date: Wed, 01 Aug 2012 13:20:25 EST
Organization: BigPond
Bytes: 1886

Yes, no problems is this form:-

         program do
         integer do
         do 100 do = 1,10
            write(*,*) do
  100    continue
          end