From 3a025c51ab63e391fcdcff2597f7fa6340920b3a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 5 Apr 2018 14:13:30 +0100 Subject: [PATCH] Updated Consts defined by the compiler (markdown) --- Consts-defined-by-the-compiler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Consts-defined-by-the-compiler.md b/Consts-defined-by-the-compiler.md index 19dd458..959c5df 100644 --- a/Consts-defined-by-the-compiler.md +++ b/Consts-defined-by-the-compiler.md @@ -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``