InterviewSolution
Saved Bookmarks
| 1. |
What is rem statement in qb64 |
|
Answer» REM - This is an abbreviation forremark. The syntax is: REM NOTES. Anything after the REM COMMAND up to the end of the line is IGNORED by theQbasic compiler. REM is used to take notes while WRITING a program and to help the programmer keep track of what parts of a program or variables stand for. |
|