Here's a blast from the past: what does "REM", the comment marker, stand for in BASIC? What's the origin of this non-obvious term?
|
I believe it stands for "Remark", that is, a comment. From the MSDN site:
|
|||||||||||||||||||
|
|
It's an abbreviation for "remark", valid only at the beginning of the line (unlike vb.net), after the line number (if any). |
|||
|
|
|
It was REMark, back in the late Steam Age (ca. 1971 or so), when I first encountered BASIC. Most approachable book I've ever found on the language was "My Computer Likes Me (When I Speak In BASIC)", or something like that. For extra credit and mondo greybeard rep points: BASIC is an acronym (maybe a backronym, but whatever), for Beginner's All-purpose Symbolic Instruction Code. I hated BASIC when I first ran into it, because I learned FORTRAN IV first, and BASIC seemed incredibly primitive. It was a long time before I got comfortable with the idea that BASIC was actually a lot easier to use for the kind of casual numbercrunching it was designed to do. |
||||
|
|
|
I always thought of it as "reminder", myself, but Chris Bunch is probably right - "remark" seems more likely. |
|||
|
REMas an abbreviation for remark might be non-obvious, but it certainly beats using//as an abbreviation for comment. – Jörg W Mittag Aug 19 '09 at 18:38