| Did you know ... | Search Documentation: |
| block->forward |
<-parameters
by position. Possible exceeding arguments are bound to @arg1
... for compatibility reasons. Next the block is code->execute’d
just like the and object.
Example:
?- send(chain(chain(a,b), chain(c,d)), for_all,
block(new(Sub, var),
message(Sub, for_all,
message(@pce, write_ln, Sub, @arg1)))).