Closed
Description
Issue Details
The section titled "ARRAYS OF ZERO OR ONE" has example code for the subsection "One object" which shows:
$a = 4
$a.Count
$a.Length
$a[0]
$a[-1]
0
0
4
4
I think this is not correct, and the output for that code should be:
1
1
4
4
Version(s) of document impacted
- [x ] Impacts 6 document
- [x ] Impacts 5.1 document
- [x ] Impacts 5.0 document
- [x ] Impacts 4.0 document
- [x ] Impacts 3.0 document