[Info-vax] Very simple DCL question
cao...@pitbulluk.org
caoimhe at pitbulluk.org
Tue Jan 3 06:28:34 EST 2023
On Wednesday, December 28, 2022 at 4:45:45 PM UTC, Arne Vajhøj wrote:
> $ type z.com
> $ write sys$output "''p1'"
> $ @z a
> A
> $ @z "a"
> a
>
> This is not really surprising.
>
> But are there any way to preserve pn case without
> double-quoting it?
>
> Like this hypothetical syntax:
>
> $ set proc/parse=(extended,pnkeepcase)
>
> Arne
Taking z.com, for really simple single-parameter stuff, we used to:
$ z == "@z """ (that's three double-quotes at the end)
then
$ z fff aaa bbb
fff aaa bbb
K
More information about the Info-vax
mailing list