#!/usr/bin/picolisp /usr/lib/picolisp/lib.l (de c () (prinl "Got 'c': " (opt)) ) (de h () (prinl "Got 'h': " (opt)) ) (load T) (bye)