.What information is available about a Boolean?
A Boolean type has the following members:
| Object Equals(Object obj) |
| Determine whether this object is equal to another object |
| Object IfFalse(Block block) |
| If this object is false, evaluate the block and answer the result of the evaluation; otherwise answer null |
| Object IfFalseIfTrue(Block falseBlock, Block trueBlock) |
| If this object is false, evaluate the first block and answer the result; otherwise evaluate the other block and return the result |
| Object IfTrue(Block block) |
| If this object is true, evaluate the block and answer the result of the evaluation; otherwise answer null |
| Object IfTrueIfFalse(Block trueBlock, Block falseBlock) |
| If this object is true, evaluate the first block and answer the result; otherwise evaluate the other block and return the result |
| Object Not |
| Answer the logical reverse of this boolean (true for false; false for true) |
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Examples
Topic version: @@topic.Version.IfNull {"'''latest'''"} Else {topic.Version}@@
Topic version: 2007-07-20-22-06-17.4375--10.10.192.236