On Mon, Aug 03, 2015 at 02:57:20PM -0400, Rick Hanson wrote: > It works for me just fine actually.
Yes. And it keeps it simple! ;) > $ ./pil > : (de hola (Str) > "This is just a test." > (prinl "Hola " Str)) > -> hola > : (hola "Manuel") > Hola Manuel > -> "Manuel" > : (hola "Ricardo") > Hola Ricardo > -> "Ricardo" > > And `hola`, like any other picolisp function, is just a list. > > : hola > -> ((Str) "This is just a test." (prinl "Hola " Str)) > > So, it's easy to get the doc string out. > > : (cadr hola) > -> "This is just a test." -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
