1 /* plio_format_codes.incl.pl1 2 run-time values - the 200 prefix has been dropped */ 3 dcl ( r_paren init(0), 4 l_paren init(1), 5 r_format init(2), 6 c_format init(3), 7 f_format init(4), 8 e_format init(5), 9 b_format init(6), 10 a_format init(7), 11 x_format init(8), 12 skip_format init(9), 13 column_format init(10), 14 page_format init(11), 15 line_format init(12), 16 picture_format init(13), 17 bn_format init(14)) 18 fixed bin(15) int static;