You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
203 B
Groff
8 lines
203 B
Groff
9 years ago
|
A null: null
|
||
|
Also a null: # Empty
|
||
|
Not a null: ""
|
||
|
Booleans: [ true, True, false, FALSE ]
|
||
|
Integers: [ 0, 0o7, 0x3A, -19 ]
|
||
|
Floats: [ 0., -0.0, .5, +12e03, -2E+05 ]
|
||
|
Also floats: [ .inf, -.Inf, +.INF, .NAN ]
|