Is the keyword "block" redundant?



Hi,

Is there any difference in functionality between:

(... some code... )

and:

block (... some code... )

?

Thanks,

Bernard.