.What information is available about an Object?
The Object type has the following members:
| Object Equals(Object obj) |
| Determine whether this object is equal to another object |
| Object IfNotNull(Block block) |
| If this object is not null, answer the result of evaluating the block; else answer null |
| Object IfNotNullElse(Block notNullBlock, Block nullBlock) |
| If this object is not null, answer the result of evaluating the first block; else answer the result of evaluating the second block |
| Object IfNull(Block block) |
| If this object is null, answer the result of evaluating the block; else answer null |
| Object IfNullElse(Block nullBlock, Block notNullBlock) |
| If this object is null, answer the result of evaluating the first block; else answer the result of evaluating the second block |
| Object IsNull |
| Answer true if this object is null; else false |
| String ToString |
| Answer this object converted to a string |
| Type Type |
| Answer the Type of this object |
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
Strings represent a sequence of characters
9/13/2007 3:28:28 PM - -74.15.247.173
A Type represents a type of WikiTalk object
9/13/2007 2:46:28 PM - -74.15.247.173
Examples
null.IsNull
true
This obviously begs the question, is IsNull the only member which can be called on null? Everything else returns "Error evaluating expression: No such property or function: UndefinedObject.<MemberName>"
Is null a WikiTalkWellKnownObject?
"".IsNull
false
The List of Well Known Objects in WikiTalk
9/12/2007 3:04:08 PM - -10.10.192.22