From: Jeff H. <Je...@Je...> - 2023-03-01 14:23:29
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>For testing a pipeline's arg() feature using the {} style, I wish to have a pipe stage like this to be taken, well, literally:</p> <blockquote> <p><font face="monospace">literal {avar} |</font></p> </blockquote> <p>but this gets interpreted.</p> <p>Is there a way I can "escape" the "{" so it is just another character? "\{" does not work, nor does "\\{".</p> <p>Thanks for any help.</p> <p>Jeff <br> </p> </body> </html> |