Initial commit

This commit is contained in:
Caribana
2017-05-26 11:41:26 +02:00
commit 61c24500af
6264 changed files with 645934 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
NULL, "null"
, "null"
"#NULL!", "e"
FALSE, "b"
TRUE, "b"
"FALSE", "s"
"TRUE", "s"
"", "s"
"ABC", "s"
"123", "n"
123, "n"
0.123, "n"
"-123", "n"
"1.23E4", "n"
"-1.23E4", "n"
"1.23E-4", "n"
"000123", "s"
"=123", "f"
"#DIV/0!", "e"