?? FMT (FORMAT := OFF) ??

  TYPE
    clt$environment_object_ordinal = (
*IF NOT $true(osv$unix)
          clc$eo_command_list,
          clc$eo_file_connections,
          clc$eo_interaction_information,
          clc$eo_message_level,
          clc$eo_natural_language,
          clc$eo_program_attributes,
          clc$eo_scl_options,
          clc$eo_unseen_mail_action,
          clc$eo_working_catalog);
*ELSE
          clc$eo_command_list,
          clc$eo_interaction_information,
          clc$eo_message_level);
*IFEND

?? FMT (FORMAT := ON) ??
