Re: Appropriate last words

2018-09-04 Thread Elizabeth Mattijsen
FWIW, that’s because the True returned by the “note” gets coerced to Int: True 
-> 1

> On 4 Sep 2018, at 15:32, Parrot Raiser <1parr...@gmail.com> wrote:
> 
> exit note "message";
> seems to work well as a substitute. "note" outputs the message, and
> exit sends the return code (1) to the OS, marking a failure.


Re: Appropriate last words

2018-09-04 Thread Parrot Raiser
exit note "message";
seems to work well as a substitute. "note" outputs the message, and
exit sends the return code (1) to the OS, marking a failure.