*** Formula: [9223372036854775807i8, -9223372036854775808i8, 1234i8]
*** Item DType: i8
9223372036854775807
-9223372036854775808
1234

*** Formula: [2147483647i4, -2147483648i4, 1234i4]
*** Item DType: i4
2147483647
-2147483648
1234

*** Formula: [32767i2, -32768i2, 1234i2]
*** Item DType: i2
32767
-32768
1234

*** Formula: [127i1, -128i1, 123i1]
*** Item DType: i1
127
-128
123

*** Formula: [0ia, 1_000_000_000_000_000_000_000_000_000_000ia, -1_000_000_000_000_000_000_000_000_000_000ia, 9_444_444_444_444_444_444ia]
*** Item DType: i
0
1000000000000000000000000000000
-1000000000000000000000000000000
9444444444444444444

*** Formula: [18446744073709551615u8, 0u8, 123u8]
*** Item DType: u8
18446744073709551615
0
123

*** Formula: [4294967295u4, 0u4, 123u4]
*** Item DType: u4
4294967295
0
123

*** Formula: [65535u2, 0u2, 123u2]
*** Item DType: u2
65535
0
123

*** Formula: [255u1, 0u1, 123u1]
*** Item DType: u1
255
0
123

*** Formula: [1r8, -2r8, 1.7976931348623157E+308r8, -1.7976931348623157E+308r8, 12.34r8, 1.7976931348623157E+309r8, -1.7976931348623157E+309r8, 0r8/0r8, 0r8, -0r8]
*** Item DType: r8
1.0
-2.0
1.7976931348623157E+308
-1.7976931348623157E+308
12.34
"Infinity"
"-Infinity"
"NaN"
0.0
-0.0

*** Formula: [1r4, -2r4, 3.4028235E+38r4, -3.4028235E+38r4, 12.34r4, 3.4028235E+39r4, -3.4028235E+39r4, CastR4(0r4/0r4), 0r4, -0r4]
*** Item DType: r4
1.0
-2.0
3.40282347E+38
-3.40282347E+38
12.3400002
"Infinity"
"-Infinity"
"NaN"
0.0
-0.0

*** Formula: [true, false]
*** Item DType: b
true
false

*** Formula: [CastGuid(""), CastGuid("11223344-5566-7788-99AA-BBCCDDEEFF00")]
*** Item DType: G
"00000000-0000-0000-0000-000000000000"
"11223344-5566-7788-99aa-bbccddeeff00"

*** Formula: ["Test string", "", "123"]
*** Item DType: s
"Test string"
""
"123"

*** Formula: [CastDate("1/21/2021"), CastDate(0), CastDate("12/31/9999")]
*** Item DType: d
"2021-01-21T00:00:00"
"0001-01-01T00:00:00"
"9999-12-31T00:00:00"

*** Formula: [Time(0), Time(1, 2, 3, 4, 5), Time(-1, -2, -3, -4, -5), Time(0, 2, 3, 4, 5), Time(0, 2, 3, 4, 0)]
*** Item DType: t
"00:00:00"
"1.02:03:04.0050000"
"-1.02:03:04.0050000"
"02:03:04.0050000"
"02:03:04"

*** Formula: [0ia, 1_000_000_000_000_000_000_000_000_000_000ia, -1_000_000_000_000_000_000_000_000_000_000ia, 11111111111111111111111111]
*** Item DType: i
0
1000000000000000000000000000000
-1000000000000000000000000000000
11111111111111111111111111

*** Formula: Range(-3, 4)->(CastIA(-1 shl 53) + it)
*** Item DType: i
-9007199254740995
-9007199254740994
-9007199254740993
-9007199254740992
-9007199254740991
-9007199254740990
-9007199254740989

*** Formula: Range(-3, 4)->(CastIA(1 shl 53) + it)
*** Item DType: i
9007199254740989
9007199254740990
9007199254740991
9007199254740992
9007199254740993
9007199254740994
9007199254740995

*** Formula: [1ia, -1ia, null]
*** Item DType: i?
1
-1
null

*** Formula: [0i8, 0x7FFF_FFFF_FFFF_FFFF, 0x8000_0000_0000_0000i8]
*** Item DType: i8
0
9223372036854775807
-9223372036854775808

*** Formula: Range(-3, 4)->((-1 shl 53) + it)
*** Item DType: i8
-9007199254740995
-9007199254740994
-9007199254740993
-9007199254740992
-9007199254740991
-9007199254740990
-9007199254740989

*** Formula: Range(-3, 4)->((1 shl 53) + it)
*** Item DType: i8
9007199254740989
9007199254740990
9007199254740991
9007199254740992
9007199254740993
9007199254740994
9007199254740995

*** Formula: [1i8, -1i8, null]
*** Item DType: i8?
1
-1
null

*** Formula: [0u8, 0x8000_0000_0000_0000u8]
*** Item DType: u8
0
9223372036854775808

*** Formula: Range(-3, 4)->(CastU8((1u shl 53) + it))
*** Item DType: u8
9007199254740989
9007199254740990
9007199254740991
9007199254740992
9007199254740993
9007199254740994
9007199254740995

*** Formula: [1u8, null]
*** Item DType: u8?
1
null

*** Formula: [1.0/0, -1.0/0, 0.0/0, 3.14]
*** Item DType: r8
"Infinity"
"-Infinity"
"NaN"
3.1400000000000001

*** Formula: [1.0/0, -1.0/0, 0.0/0, 3.14, null]
*** Item DType: r8?
"Infinity"
"-Infinity"
"NaN"
3.1400000000000001
null

*** Formula: [1.0/0, -1.0/0, 0.0/0, 3.14]->CastR4()
*** Item DType: r4
"Infinity"
"-Infinity"
"NaN"
3.1400001

*** Formula: [1.0/0, -1.0/0, 0.0/0, 3.14, null]->CastR4()
*** Item DType: r4?
"Infinity"
"-Infinity"
"NaN"
3.1400001
null

*** Formula: [ "\u0001", "A\"B", "A\n", "A\t", null, "A\t\n\r\u0008\u000C\"\\\u0001", "ABC\t\nABC\rABC\u0008ABC\u000CABC\"ABC\\ABC\u0001ABC" ]
*** Item DType: s
"\u0001"
"A\"B"
"A\n"
"A\t"
null
"A\t\n\r\b\f\"\\\u0001"
"ABC\t\nABC\rABC\bABC\fABC\"ABC\\ABC\u0001ABC"

