what is the purpose of REM statement in Basic-256.
Answers
Answered by
7
Short for remark, REM is a statement that can be placed in system files such as the autoexec.bat or config.sys by placing "REM" (followed by a space) in front of a line. Doing this would remark the line and not show the line if echo is off.
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