current stable: 0.99.6 unstable: cvs (0.99.7) |
|||||||||||||||||||||||||||||||||||||||||
|
ExpressionsAlmost everything written in ferite is an expression - they are the building blocks of a program - they are combined to build other expressions which are in turned used in others using operators. Expressions are built up using various operators, variables and other expressions, an example being say that adding of numbers, or creating an instance of a new object. Expressions are made clearer when discussing operators as these are what are used to build them. Truth ValuesWhat constitues a truth value?
There are currently two keywords that can be used 'true' and 'false' these are of type number.
|
||||||||||||||||||||||||||||||||||||||||
ferite et al © 2000-2004, Chris Ross |