Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page 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 List all versions

RSS feed for the TestJwd namespace

Block Demo
.

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

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
Opinion
 {a, b | a.Add(b)}.Value(3,4)
7
 {adder | adder.Value(10)}.Value{x | x.Add(20)}
30

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics