mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-06 07:38:24 +00:00
From the Standard Library Style Guide: > Type identifiers should be in PascalCase. All other identifiers should > be in camelCase with the exception of constants which may use > PascalCase but are not required to.
============================ Nim's documentation system ============================ This folder contains Nim's documentation. The documentation is written in a format called *Markdown*, a markup language that reads like ASCII and can be converted to HTML automatically!