Invalid Array Range
Ranges such as ARRAY [0..-1]
are invalid in ST because end values of ranges must be greater than their start values.
A valid range for the given statement would have been ARRAY[-1..0]
.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Ranges such as ARRAY [0..-1]
are invalid in ST because end values of ranges must be greater than their start values.
A valid range for the given statement would have been ARRAY[-1..0]
.