[ WriteBeforeEntry o depth sentencepos flag; if (c_style & INDENT_BIT ~= 0) Print__Spaces(2*(depth+wlf_indent)); if (c_style & FULLINV_BIT ~= 0) { if (o.invent~=0) { inventory_stage=1; flag=PrintOrRun(o,invent,1); if (flag==1) { if (c_style & ENGLISH_BIT ~= 0) { if (sentencepos == -1) print (string) AND__TX; if (sentencepos < -1) print ", "; } if (c_style & NEWLINE_BIT ~= 0) new_line; } } } return flag; ];