mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
Merge pull request #1812 from moigagoo/devel
Docs: Tutorial 1: Typo fixed.
This commit is contained in:
@@ -139,7 +139,7 @@ Numbers
|
||||
Numerical literals are written as in most other languages. As a special twist,
|
||||
underscores are allowed for better readability: ``1_000_000`` (one million).
|
||||
A number that contains a dot (or 'e' or 'E') is a floating point literal:
|
||||
``1.0e9`` (one million). Hexadecimal literals are prefixed with ``0x``,
|
||||
``1.0e9`` (one billion). Hexadecimal literals are prefixed with ``0x``,
|
||||
binary literals with ``0b`` and octal literals with ``0o``. A leading zero
|
||||
alone does not produce an octal.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user