[Bug 257288] awk - loop over array index goes in reverse

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 19 Jul 2021 23:09:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257288

--- Comment #1 from Warner Losh <imp@FreeBSD.org> ---
I'll take a closer look, but my first, quick reading of the standard, I see
> in the case of:
> for (variable in array)
> which shall iterate, assigning each index of array to variable in an unspecified order.

-- 
You are receiving this mail because:
You are the assignee for the bug.