Home Segments Index Top Previous Next

381: Mainline

If an array is to contain only literals, you can create a literal array by arranging the array elements between a #( prefix and a ) suffix. Because numbers are literals, you can create the array produced by the expression in Segment 380 as follows:

#(570 720 640 720)