added AST_NaN (output as 0/0)
This commit is contained in:
@@ -661,6 +661,11 @@ var AST_Null = DEFNODE("Null", null, {
|
||||
value: null
|
||||
}, AST_Atom);
|
||||
|
||||
var AST_NaN = DEFNODE("NaN", null, {
|
||||
$documentation: "The impossible value",
|
||||
value: 0/0
|
||||
}, AST_Atom);
|
||||
|
||||
var AST_Undefined = DEFNODE("Undefined", null, {
|
||||
$documentation: "The `undefined` value",
|
||||
value: (function(){}())
|
||||
|
||||
Reference in New Issue
Block a user