Re: how to quit a script
Re: how to quit a script
- Subject: Re: how to quit a script
- From: Nigel Garvey <email@hidden>
- Date: Thu, 22 Nov 2001 11:19:17 +0000
Michael Turner wrote on Wed, 21 Nov 2001 09:58:32 -0400:
>
"return" can be used to interrupt a subroutine or the flow of the main
>
script. If used without a parameter, it will return the value of the
>
expression last evaluated.
Unless this has changed in Mac OS X, using 'return' without a parameter
returns no result at all.
NG