Rem - IBM 5100 Basic Reference Manual

Hide thumbs Also See for 5100:
Table of Contents

Advertisement

('
(
(
(
(
REM
REM [comment]
The REM (remark) statement allows you to insert remarks or comments in a BASIC
program listing. The syntax of the REM statement is as shown:
REM [comment]
where:
comment
is one or more characters. This is an optional entry.
The REM statement is nonexecutable. It appears in program listing, but has no affect
on program execution.
Notes About REM
• A REM statement can be used anywhere in a BASIC program.
• Also see
Function Keys,
Chapter 2.
Example
A sample REM statement is as shown:
10 REM THIS PROGRAM DETERMINES THE COST PER UNIT
.107

Advertisement

Table of Contents
loading

Table of Contents