Handle a signal: Difference between revisions

Content added Content deleted
(move the "Capability:" part into the template.)
m (Changed hash-bang to full pathname)
Line 346: Line 346:
=={{header|PicoLisp}}==
=={{header|PicoLisp}}==
Put the following into a file, set it to executable, and run it
Put the following into a file, set it to executable, and run it
<lang PicoLisp>#!bin/picolisp lib.l
<lang PicoLisp>#!/usr/bin/picolisp /usr/lib/picolisp/lib.l


(push '*Bye '(println (*/ (usec) 1000000)) '(prinl))
(push '*Bye '(println (*/ (usec) 1000000)) '(prinl))