
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 8/31/2007 5:23:55 PM |
| -66.78.116.108 |
| 7/20/2007 10:04:39 PM |
| -10.10.192.236 |
![]() |
List all versions |
Related Topics
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 |
{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