{
{   The purpose of this request is to get a pointer to the text of the
{ parameter list passed to a command or function processor.  The text is
{ passed in a SEQuence and this request returns a pointer to the text within
{ the sequence.
{
{   Normally this request is not needed since clp$evaluate_parameters does
{ this operation automatically.  This request is provided for those processors
{ that, for whatever reason, need to directly examine the unevaluated form of
{ the parameter list passed to them.
{
{       CLP$GET_PARAMETER_LIST_TEXT (PARAMETER_LIST, PARAMETER_LIST_TEXT,
{         STATUS)
{
{ PARAMETER_LIST: (input)  This parameter specifies the parameter list
{       containing the text.
{
{ PARAMETER_LIST_TEXT: (output)  This parameter specifies the parameter list
{       text.
{
{ STATUS: (output) This parameter specifies the request status.
{
