How can I insert a left bracket in the command line of a help file?
In the help file, I am writing a loop for an example; I am trying to display the following command line that starts the loop:
I wrote the following:
However, when I open the help file I see:
Surprisingly (to me), I do not encounter the same issue when I close the loop.
I write:
And when I open the help file I see:
In the help file, I am writing a loop for an example; I am trying to display the following command line that starts the loop:
Code:
forval i =1(1) `N' {
Code:
{phang2}{cmd: forval i =1(1) `N' { }{p_end}
Code:
{cmd: forval i =1(1) `N' { }
I write:
Code:
{phang2}{cmd: } }{p_end}
Code:
}