* Joh-Tob Schäg <johtob...@gmail.com> [170323 22:18]:
> Either comments inside the code.# Like that
> 
> Transistent Symbols at the beginn of the funtion.
> (de power (N E)
>   "Calculates the exponent in a wastefull manner"
>   (apply '* (need E N)))
> 
> I have not seen another approach in Picolisp yet
> Am 24.03.2017 04:15 schrieb "Christopher Howard" <
> christopher.how...@qlfiles.net>:
> 
> > Hi list. How does one document his picolisp code? Has anybody developed
> > any cool markup systems for use with picolisp?
> >
  Joh-Tob seems to be describing a docstring as in elisp and python.
  Does the docstring have to be the third member of the 'de form?

  Thanks
-- 
Tim 
http://www.akwebsoft.com, http://www.tj49.com
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to