RosettaCodeData/Task/Documentation/PicoLisp/documentation.l
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07: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