RosettaCodeData/Task/Documentation/PicoLisp/documentation.l
2023-07-01 13:44:08 -04:00

5 lines
163 B
Common Lisp

: (doc 'car) # View documentation of a function
: (doc '+Entity) # View documentation of a class
: (doc '+ 'firefox) # Explicitly specify a browser