What does REM stand for in BASIC?

jes5199 picture jes5199 · Aug 19, 2009 · Viewed 17.6k times · Source

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?

Answer

Chris Bunch picture Chris Bunch · Aug 19, 2009

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.