Skip to content

Commit fedebaa

Browse files
Update posix-arrays.sh
1 parent 8937465 commit fedebaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

posix-arrays.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
# keys/indices are stored in a variable named in the format '_[x]_[arr_name]_keys' or '_[x]_[arr_name]_indices'
1111
# array 'sorted' flag (1=true, 0=false) is stored in variable: $_[x]_[arr_name]_sorted_flag
12-
# when the 'sorted' flag variable value is an empty string, this indicates an empty/non-existing array
1312
# for indexed arrays, $_i_[arr_name]_h_index variable holds the highest index in the array if it's known
1413

1514

0 commit comments

Comments
 (0)