what is the purpose REM statement in basic-256.
Answers
Answered by
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.
➡️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
Answered by
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