Hi Christophe, > Say I have a PicoLisp script named tests.l. Is there a way to have an > exit code for: > pil -bye tests.l
Yes, though the above would never reach "tests.l", because 'bye' is called before it. You could call (bye 7) at the end of "tests.l", or pil test.l -"bye 7" ♪♫ Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
