(!****************************************************** Mosel User Guide Example Problems ================================= file data_out.mos ````````````````` Mosel model defining a data array (to be read from the calling application after the model execution). (c) 2006 Dash Associates author: S. Heipcke *******************************************************!) model "Data output" declarations A: array(-1..1,5..7) of real end-declarations A :: [ 2, 4, 6, 12, 14, 16, 22, 24, 26] end-model