inkle / inkle/ink

When printed, LISTS are not displaying the correct order.

Open
#600 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.