A statement in the programming language BASIC that is roughly the same as a comment in C or C++. In other words, the compiler ignores the line - it's there purely for the benefit of a human reader. It works like this -

10 REM This program prints a message out to the user.
20 PRINT "Hello, World!"