#include "MusimatTutorial.h"Go to the source code of this file.
Functions | |
| MusimatTutorialSection (B0106) | |
| MusimatTutorialSection | ( | B0106 | ) |
Definition at line 2 of file B0106.cpp.
00002 { 00003 Print("*** B.1.6 Reserved Words ***"); 00004 /***************************************************************************** 00005 00006 B.1.6 Reserved Words 00007 00008 For the language to be unambiguous, we must reserve the meaning of certain words and symbols. 00009 Reserved words are distinguished by an initial capital letter. 00010 Reserved words include If, While, Do, For, Repeat, Else, Halt, Real, Integer, 00011 Return. Some other symbols are also reserved. These symbols can’t be used for anything but their 00012 designated meaning. 00013 00014 *****************************************************************************/ 00015 }}
1.4.7