mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-28 09:42:35 +03:00
Merge branch 'master' into translation/brainfuck-cs
This commit is contained in:
commit
76a7430cb9
@ -64,7 +64,7 @@ doStuff()
|
||||
// There are three special not-a-real-number values:
|
||||
Infinity; // result of e.g. 1/0
|
||||
-Infinity; // result of e.g. -1/0
|
||||
NaN; // result of e.g. 0/0
|
||||
NaN; // result of e.g. 0/0, stands for 'Not a Number'
|
||||
|
||||
// There's also a boolean type.
|
||||
true;
|
||||
|
Loading…
Reference in New Issue
Block a user