5 lines
163 B
Common Lisp
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
|