[Info-vax] DCL puzzle/question
Jose Baars
peutbaars at googlemail.com
Mon Apr 30 06:42:20 EDT 2012
Op zondag 29 april 2012 13:57:17 UTC+2 schreef Phillip Helbig---undress to reply het volgende:
> In article
> <28595575.1955.1335696750450.JavaMail.geo-discussion-forums at ynbh26>,
> Jose Baars
> writes:
>
CD a symbol for @CD.COM, which is quite complicated.
>
> Maybe it would work if CD were a DCL verb?
Yes, it probably would. If I define cd like this:
cd := set default
it works. If I define it to point to a command procedure
like
cd := @dummycd,
it doesn't, in dummycd.com you get the literal
&p1, and setting default to that obviously fails.
It looks like you have to use the extra line of dcl.
More information about the Info-vax
mailing list