http://software-lab.de/doc/refA.html#argv
/Lindsay On Tue, Mar 21, 2017 at 10:01 AM, Bruno Franco <[email protected] > wrote: > I want to write a simple script that would accept names from the command > line and print then, like this: > > $ ./script alice bob > Hello alice and bob > > I know that once picolisp has the names I would just use 'print', but how > do I pass the names? >
