
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 8/31/2007 5:24:09 PM |
| -66.78.116.108 |
| 7/20/2007 10:06:17 PM |
| -10.10.192.236 |
![]() |
List all versions |
Related Topics
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) |
Topic version: @@topic.Version.IfNull {"'''latest'''"} Else {topic.Version}@@
Topic version: 2007-08-31-17-24-09.5937--66.78.116.108