Re: [5.1.4/newbie] How to check end script?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [5.1.4/newbie] How to check end script?
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年3月07日 11:10:52 +0100
On 2011年3月07日 12:02:16 +0200, Shmuel Zeigerman
<shmuz@013net.net> wrote:
>Instead of just `return', you can always say:
> do return end
>and that will return from the script.
Thanks guys.