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:
Used to include explanatory remarks in the source code of a program.