C coding style
25-Jul-89 01:30:22
Sb: #58689-C coding style
Fm: Don Curtis/SYSOP 76703,4321
To: Chris Gray 74007,1165
Chris,
The "code" looked fine, but the formatting of the comments after the
code was messed up.
If you start a line (very first character) with a period, tab or space,
CIS will leave that line alone (or the start of it anyway)
examples: this line started with a tab
this line started with a space
this line started with a period
Of course if you continue the lines too far, things can get really
messed up, these two lines started with tabs, and should be wrapped at
least somewhat on your screen.
likewise note that if you start a line with a space, it stays
but if you start it with a period the period isn't displayed when the text gets
displayed as a message.
Hopefully, that didn't confuse you.
Don