
  PROCEDURE [INLINE] osp$find_natural_language
    (VAR natural_language: ^ost$natural_language);

?? PUSH (LISTEXT := ON) ??

    VAR
      ignore_object_in_current_task: boolean,
      object: ^clt$environment_object_contents;


    clp$find_environment_object (clc$eo_natural_language, object,
          ignore_object_in_current_task);

    natural_language := object;

  PROCEND osp$find_natural_language;

*copyc ost$natural_language
?? POP ??
*copyc clp$find_environment_object
