inkle / inkle/ink

Can add other list items to a LIST variable, polluting it

Open
#350 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

The following does not seem like a good idea...

```
LIST Trees = Pine, Ash, Elm, Beech
LIST Flowers = Roses, Daisies

{LIST_ALL(Trees)}

~ Trees = Roses

{LIST_ALL(Trees)}
```

...as the addition of the "Roses" element causes the meaning of LIST_ALL to change in quite an unexpected way. (I have been doing this without realising in HV with some serious results!!)

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.