mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
whoops, forgot to remove old pragma section
This commit is contained in:
@@ -6495,7 +6495,7 @@ level:
|
||||
..
|
||||
TODO: Let's table this for now. This is an *experimental feature* and so the
|
||||
specific manner in which ``declared`` operates with it can be decided in
|
||||
eventuality.
|
||||
eventuality, because right now it works a bit weirdly.
|
||||
|
||||
The values of expressions involving ``declared`` are decided *before* the
|
||||
code reordering process, and not after. As an example, the output of this
|
||||
@@ -6928,9 +6928,6 @@ the created global variables within a module is not defined, but all of them
|
||||
will be initialized after any top-level variables in their originating module
|
||||
and before any variable in a module that imports it.
|
||||
|
||||
reorder pragma
|
||||
--------------
|
||||
|
||||
pragma pragma
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user