
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 12/19/2007 9:54:35 PM |
| -66.245.0.168 |
| 12/19/2007 9:54:21 PM |
| -66.245.0.168 |
| 12/19/2007 9:53:57 PM |
| -66.245.0.168 |
| 10/26/2006 12:32:57 PM |
| -128.227.155.55 |
| 3/11/2006 8:31:58 PM |
| Herby-195.91.54.81 |
![]() |
List all versions |
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 |
{a, b | a.Add(b)}.Value(3,4)
7
{adder | adder.Value(10)}.Value{x | x.Add(20)}
30
{param1, param2 | value}.Parameters.Collect{each | [each, " Type=", each.Type.Name, Newline]}.ToOneString
BlockParameter Type=BlockParameterBlockParameter Type=BlockParameter
{each | "Block Parameter Value"}.Value{each | each.Value}
Block Parameter Value