Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3238
| From | gah4 <gah4@u.washington.edu> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: lower case |
| Date | 2022-11-12 11:01 -0800 |
| Organization | Compilers Central |
| Message-ID | <22-11-005@comp.compilers> (permalink) |
| References | <22-11-003@comp.compilers> <22-11-004@comp.compilers> |
On Saturday, November 12, 2022 at 4:22:00 AM UTC-8, Andy Walker wrote: (snip) > Eg, those of us who had Flexowriters [essentially electric typewriters > with paper tape facilities] expected to write programs in the same way > that we typed letters. Not just the programs, we were also early into > "word processing", and I remember the pleasure we got when someone > found out how to make the Flexowriter half space, so that it became > possible to "justify" lines without the jarring switch from single to > double spacing towards the end of most lines, but could instead go to > one-and-a-half spacing. I used Wylbur and the IBM 2741 terminal pretty far back. The 2741 uses the IBM Selectric typewriter as its print mechanism, so is naturally lower case. Wylbur has a mode where all input data is converted to upper case (for programs), and a mode when it isn't (for letter writing). Wylbur does have the justify command for letters, but no half spacing. Systems I remember had the 1403 line printers set to map lower case to upper case (except with the TN print train), which made it harder to figure out when you got lower case into your programs or JCL. As for C, it seems that predecessor B uses lower case for (reserved) keywords. I don't see in the manual anything about the case of user identifiers, and especially if they are case sensitive. [We used 2741 terminals with TSS/360 also. I think it did something similar, normally mapping lower to upper case. -John]
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
lower case gah4 <gah4@u.washington.edu> - 2022-11-10 12:57 -0800
Re: lower case Andy Walker <anw@cuboid.co.uk> - 2022-11-12 01:12 +0000
Re: lower case gah4 <gah4@u.washington.edu> - 2022-11-12 11:01 -0800
Re: lower case gah4 <gah4@u.washington.edu> - 2022-11-13 16:30 -0800
csiph-web