/***************************** subarray *****************************/ define base = 16, n = 16, index = 4, size = 8; path opd[ n ]; input( "opd", 10, 100, base, n ) { out opd }; { in opd[ size @ index ] } output( "subarray", 10, 300, base, size );