3 lines
131 B
Smalltalk
3 lines
131 B
Smalltalk
|
|
aBlock value. "evaluate the block, passing no argument"
|
||
|
|
anotherBlock value:1 value:2. "evaluate the block, passing two arguments"
|