.What information is available about a Block?
The Block type has the following members:
| Array Parameters |
| Answer an Array of all of the parameters for this block |
| Object Value(...) |
| Answer the value of evaluating the block |
| Object WhileFalse(Block block) |
| Evaluate the given block and continue to evaluate it while it evaluates to true |
| Object WhileTrue(Block block) |
| Evaluate the given block and continue to evaluate it while it evaluates to true |
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Examples
Block parameters
{param1, param2 | value}.Parameters.Collect{each | [each, " Type=", each.Type.Name, Newline]}.ToOneString
BlockParameter Type=BlockParameter
BlockParameter Type=BlockParameter
{each | "Block Parameter Value"}.Value{each | each.Value}
Block Parameter Value
{a, b | a.Add(b)}.Value(3,4)
7
{adder | adder.Value(10)}.Value{x | x.Add(20)}
30
Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies
This is FlexWiki, an open source wiki engine.
 |
| This site supports the new NoFollow anti-spam initiative. |
Recent Topics
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Definition of WikiWiki on wikipedia.org
7/30/2007 9:11:19 AM - DerekLakin-90.199.71.244
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension to HTML that search engines use to ignore potential LinkSpam.
3/9/2008 4:21:17 PM - FLWCOM-jwdavidson