Key Pages: [ Rope Home Page | Basics (tutorial) | Language Reference | Download ]
The "do" action executes a block. It pops a block reference from the top of the stack and invokes the actions it contains.
For example..
do( { println( "Hello" ) } )
{ "World" println } do
Or, using a block reference stored in a user register..
{ println( "Good morning" ) } $p put
$p do
Lowth.com: [ Home | Rope | P2PWall | LinWiz | cutter | Protector - Free Antivirus software | TapeIO ]