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?
>
> --
> https://qlfiles.net
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to