Updated Consts defined by the compiler (markdown)
This commit is contained in:
parent
bb3cccc096
commit
3a025c51ab
|
@ -32,7 +32,7 @@ when defined(Windows):
|
||||||
* ``Haiku``
|
* ``Haiku``
|
||||||
* ``VxWorks``
|
* ``VxWorks``
|
||||||
* ``JS``
|
* ``JS``
|
||||||
* ``NimrodVM``
|
* ``NimrodVM`` (also see ``nimvm`` [here](https://nim-lang.org/docs/manual.html#statements-and-expressions-when-nimvm-statement))
|
||||||
* ``Standalone``
|
* ``Standalone``
|
||||||
|
|
||||||
### CPU Architectures:
|
### CPU Architectures:
|
||||||
|
@ -48,7 +48,7 @@ when defined(Windows):
|
||||||
* ``mips``
|
* ``mips``
|
||||||
* ``arm``
|
* ``arm``
|
||||||
* ``js``
|
* ``js``
|
||||||
* ``nimrodvm``
|
* ``nimrodvm`` (also see ``nimvm`` [here](https://nim-lang.org/docs/manual.html#statements-and-expressions-when-nimvm-statement))
|
||||||
* ``avr``
|
* ``avr``
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue