> (P.S. Would someone kindly tell me how to get code properly formatted here?)
For inline code put double backticks around your code block. (RST-way) For code block, put three backticks followed by 'nim', and then paste your code, and then finish with three backticks. (markdown-way) (Yes, it is complete mess and it should be replaced by markdown-only syntax) * * * More info about current way of doing things: [https://forum.nim-lang.org/about/rst](https://forum.nim-lang.org/about/rst)
