From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 101deb,495b037244521cf3 X-Google-Attributes: gid101deb,public X-Google-Thread: 103376,22b2c05a8088bbb2 X-Google-Attributes: gid103376,public From: rav@goanna.cs.rmit.edu.au (robin) Subject: Re: Leading zeros with Int_IO.Put()? Or another package? Date: 1996/11/22 Message-ID: <57381t$at8$1@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 198055079 expires: 22 February 1997 00:00:00 GMT references: <327FB8A3.745B@itg-sepg.logicon.com> <55ubsh$lh0$1@goanna.cs.rmit.edu.au> <56bi13$3pa$1@goanna.cs.rmit.edu.au> <328A0DDD.94B@lmtas.lmco.com> <56rgou$r4k$1@goanna.cs.rmit.edu.au> <56tjrh$4ak$1@goanna.cs.rmit.edu.au> <56trsm$f5a$1@goanna.cs.rmit.edu.au> <56u4vf$r65$1@goanna.cs.rmit.edu.au> organization: Comp Sci, RMIT, Melbourne, Australia newsgroups: comp.lang.ada,comp.lang.pl1 nntp-posting-user: rav Date: 1996-11-22T00:00:00+00:00 List-Id: ok@goanna.cs.rmit.edu.au (Richard A. O'Keefe) writes: >rav@goanna.cs.rmit.edu.au (robin) writes: >>Now why would you bury a picture specification in a remote place from >>the output statement that uses it? >In order to be close to the *variable declarations* it will be used with. That's back to front, isn't it! A layout isn't used with variable declarations, it's used with I/O operations. So it's logical that that's where it should be. >>Thank you for proving the point! PL/I's >> put edit (d) (P'-999,999,999'); >>is a lot simpler. >NONONONO! It's *SHORTER*, is all. >"Shorter" and "simpler" are very different things. I said "simpler" because that's exactly what it is. It's clear and simple. >Richard A. O'Keefe