MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Return Ambiguity

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97444] Re: [mg97401] Return Ambiguity
  • From: DrMajorBob <btreat1 at austin.rr.com>
  • Date: Fri, 13 Mar 2009 04:51:41 -0500 (EST)
  • References: <200903121041.FAA27085@smc.vnet.net>
  • Reply-to: drmajorbob at bigfoot.com

Don't use Return at all. It's poor style and will encourage bad habits.

Just say, "No!" to Return.

Bobby

On Thu, 12 Mar 2009 05:41:53 -0500, Raffy <raffy at mac.com> wrote:

> How do you determine how far Return actually returns?  I have avoided
> using this function after having difficult getting it to return to the
> proper level of execution.
>
> In general, does it return to the nearest held expression?
> The documentation is really ambiguous.
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: Re: Return Ambiguity
  • Next by Date: Re: Slicing a surface
  • Previous by thread: Re: Return Ambiguity
  • Next by thread: Re: Return Ambiguity