mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
docs: minor subjective improvement
This commit is contained in:
@@ -44,7 +44,7 @@ NimScript is subject to some limitations caused by the implementation of the VM
|
||||
* ``var T`` function arguments rely on ``ptr`` operations internally and might
|
||||
also be problematic in some cases.
|
||||
|
||||
* More than one level of `ref` is generally not supported (for example, the type
|
||||
* More than one level of `ref` is generally not supported (for example, the type
|
||||
`ref ref int`).
|
||||
|
||||
* multimethods are not available.
|
||||
@@ -154,7 +154,7 @@ installation of Nimble could be accomplished with this simple script:
|
||||
|
||||
mvFile "nimble" & $id & "/src/nimble".toExe, "bin/nimble".toExe
|
||||
|
||||
You can also use the shebang ``#!/usr/bin/env nim``, as long as your filename
|
||||
On Unix, you can also use the shebang ``#!/usr/bin/env nim``, as long as your filename
|
||||
ends with ``.nims``:
|
||||
|
||||
.. code-block:: nim
|
||||
|
||||
Reference in New Issue
Block a user