Computer Science, asked by talwinder55, 1 year ago

what is the purpose REM statement in basic-256.​

Answers

Answered by ETHEREAL
8
⭕Syntax

➡️REM [comment.text]Copy

⭕Description

➡️Use the REM statement to insert a comment in a BASIC program. Comments explain or document various parts of a program. They are part of the source code only and are nonexecutable. They do not affect the size of the object code.

talwinder55: please answer me in short
talwinder55: within one or two lines only
Answered by santhisiva2037
2

Answer:

rem statement is used to declare a comment without disturbing the program and the compiler ignores it. I will help you in reminding the purpose of tags.

Explanation:

Similar questions