#include "MusimatTutorial.h"Go to the source code of this file.
Functions | |
| MusimatTutorialSection (B0102) | |
| MusimatTutorialSection | ( | B0102 | ) |
Definition at line 2 of file B0102.cpp.
00002 { 00003 Print("*** B.1.2 Statements and Expressions ***"); 00004 /***************************************************************************** 00005 00006 B.1.2 Statements and Expressions 00007 00008 Most methods read, “Do this, then do that.” Each “do this” step is a statement. Sequences of state- 00009 ments are read left to right, then down the page. The elements of each statement, called expressions, 00010 determine what the statement is about. In many programming languages (including Musimat), 00011 semicolons (;) separate statements. 00012 00013 *****************************************************************************/ 00014 }}
1.4.7