MARKS3

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


         _________________________________________________________
        |1          ___________________________________________   |
        |          |2       ________________________________   |  |
        |          |       |3       _____________________   |  |  |
        |          |       |       |4        _________   |  |  |  |
        |          |       |       |        |5        |  |  |  |  |
        |          |       |       |        |        5| 4| 3| 2| 1|
athingof[ ;SIZEOF= [height [,width [,depth  [, color  ]  ]  ]  ]  ]

Box 1  contains ;SIZEOF= and [height... and EVERYTHING in Box 2
Box 2  contains height   and [,width... and EVERYTHING in Box 3
Box 3  ...

If you need to specify more detail:  makeit barn;sizeof=75,5

That adds a number for width.  The comma belongs to "width", and so we
added it when we put 5 into the position held by the variable "width".

We could continue until we have MAKEIT BARN;SIZEOF=75,5,120,RED.
That specifies everything that we can choose to specify.  And we're in a
better position to explain what has to happen when we leave out some of
the parameters in the middle.
Back to Main Index