Updated Consts defined by the compiler (markdown)

This commit is contained in:
Dominik Picheta 2018-04-05 14:13:30 +01:00
parent bb3cccc096
commit 3a025c51ab
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ when defined(Windows):
* ``Haiku``
* ``VxWorks``
* ``JS``
* ``NimrodVM``
* ``NimrodVM`` (also see ``nimvm`` [here](https://nim-lang.org/docs/manual.html#statements-and-expressions-when-nimvm-statement))
* ``Standalone``
### CPU Architectures:
@ -48,7 +48,7 @@ when defined(Windows):
* ``mips``
* ``arm``
* ``js``
* ``nimrodvm``
* ``nimrodvm`` (also see ``nimvm`` [here](https://nim-lang.org/docs/manual.html#statements-and-expressions-when-nimvm-statement))
* ``avr``