From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans@cse.psu.edu Subject: Re: [9fans] Another silly one.. Message-ID: <20011023183442.T2648@cackle.proxima.alt.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Ish Rattan on Tue, Oct 23, 2001 at 12:19:48PM -0400 Date: Tue, 23 Oct 2001 18:34:42 +0200 Topicbox-Message-UUID: 0c429e0e-eaca-11e9-9e20-41e7f4b1d025 On Tue, Oct 23, 2001 at 12:19:48PM -0400, Ish Rattan wrote: > > atnotify(handle(nil, reason), 1); remove ^^^^^^^^^^^^^ you want the function name, not a call to it. > alarm(1000); > print("All done..\n"); > exits(0); > } > ----