.pg .x array .lt ------------------------------------------------------------------------ ARRAY OF ------------------------------------------------------------------------ .el .b 3 The ARRAY macro creates a one dimensional array of ^&type\&. The ^&dimension\& must be an absolute expression. .b For example: .b .lt table: array <9> of .el .b generates the following code: .b .lt table: .repeat 9 descriptor_s .blkb 512 .endr .el