On this same topic...

which is correct?

Option 1: goto:(i>1) SomeLabel
or
Option 2: goto SomeLabel:(i>1)

According to what is writen below, I would think
Option 2, but I found the following line in XUP that
looks like option 1.

if ($get(DUZ)'>0)!(('$data(DUZ(0)))) do ASKDUZ^XUP
goto:Y'>0 XUPAbort

thanks
Kevin



--- [EMAIL PROTECTED] wrote:

> Your intuition is correct.
> only three Standard MUMPS commands have
> postconditional operators that apply
> to their arguments.The DO command, the GOTO command,
> and the XECUTE command.
> > 
> > Quick question:
> > 
> > if I see a command like this:
> > 
> > DO RTN1,RTN2,RTN3:(A>1)
> > 
> > Then does the postconditional operator affect the
> > calling of functions RTN1 & RTN2 & RTN3, or just
> RTN3?
> > 
> > I think it is just RTN3
> > 
> > Thanks
> > Kevin
> > 
> > 
> >             
> > __________________________________ 
> > Do you Yahoo!? 
> > Check out the new Yahoo! Front Page. 
> > www.yahoo.com 
> >  
> > 
> > 
> > 
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now
> for FREE
> > LinuxWorld Reader's Choice Award Winner for best
> database on Linux.
> >
>
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> > _______________________________________________
> > Hardhats-members mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/hardhats-members
> > 
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for
> FREE
> LinuxWorld Reader's Choice Award Winner for best
> database on Linux.
>
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Hardhats-members mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 



                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Hardhats-members mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to