The documentation tells you how to create doc comments, but it is not clear what they are good for. Maybe give a hint at how to use them?
(use code documentation)
(print (documentation ...))
It might make sense to have a function help that prints the documentation, like in Python. It would not be terribly useful at the moment, because it seems that the built-in functions and operators don't have docstrings.