> Thanks to you I noticed there are finally proper AST nodes for doc-comments
I'm fairly sure we had AST nodes for doc comments since forever. > I can't write print as an simple procedure because Nim doesn't have > keyword-only arguments Not quite, you can't write it because you cannot mix varargs and keyword-only arguments in Nim.
