When printed, LISTS are not displaying the correct order.
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Hi guys, the issue I found is this one:
I have a list...
`LIST m_List = (nothing)`
Then, after adding items to **m_List**:
`~ m_List += (item_1, item_2)`
And subsequently, after printing the List,
`{m_List}`
The order displayed is:
_nothing, item_2, item_1_
But when I use a function to check for eacxh element's index, it works as intended.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.