#include "MusimatTutorial.h"Go to the source code of this file.
Functions | |
| MusimatTutorialSection (B0111) | |
| MusimatTutorialSection | ( | B0111 | ) |
Definition at line 2 of file B0111.cpp.
00002 { 00003 Print("*** B.1.11 Logical Operations ***"); 00004 /***************************************************************************** 00005 00006 B.1.11 Logical Operations 00007 00008 Logical operators compare truth values. For example, the expression x And y is true if and only 00009 if x == True and y == True. The expression x Or y is true if either x == True or 00010 y == True. 00011 00012 *****************************************************************************/ 00013 }}
1.4.7