C:/Musimathics_local/Musimat/MusimatTutorial/B0111.cpp File Reference

#include "MusimatTutorial.h"

Go to the source code of this file.

Functions

 MusimatTutorialSection (B0111)


Function Documentation

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 }}


Generated on Fri Sep 8 23:10:51 2006 for Musimat Tutorial by  doxygen 1.4.7