MARKS2

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


                        WE'LL "BOX" THE BRACKETS
If you want to use one parameter from an inner box, you will probably
have to use something else from the larger box outside.
         _________________________________________________________
        |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  ...
 .. 5  contains only the variable "color".

If all you need is a barn with a height of 75, type a this:

                       makeit barn;sizeof=75

                                                ...Please press <RETURN>
Back to Main Index