[top] [prev] [next]

Blocks

A block statement has the form:

    Decls BEGIN S END
where Decls is a sequence of declarations and S is a statement. The block introduces the constants, types, variables, and procedures declared in Decls and then executes S. The scope of the declared names is the block.

[top] [prev] [next]


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Tue Oct  3 17:19:04 PDT 1995 by heydon
     modified on Mon Apr 18 14:00:59 PDT 1994 by kalsow