Blocks



next up previous contents
Next: How to Leave Up: The Language Previous: WHILE - Instruction

Blocks

It is generally possible to put more than one command in braces:

       {
          any order of commands
       }

The use of these so-called blocks causes the opening of a buffer in the system. This buffer may be completely deleted from the buffer menu.

There are still some commands which are not suitable for block operation. At the moment these are the commends

       CREATE PART ABV
       LOAD RID
       LOAD PART
       DELETE DETAIL
       DELETE DRAWINGENTITY
       DELETE PART
       INCLUDE PART ABV

These commands may also not be used with IF - and WHILE - instructions.




Thu Aug 3 12:51:32 MET DST 1995