Feature: ++ and -- on list items should create the next/previous list item
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
The following doesn't produce "Cabbages become Kings" because ++ adds one, creating a non-existent ink list entry. That's probably not the most useful thing it could do!
```
LIST Things = (Cabbages = 1), Kings = 100
{Things}
<> become <>
~ Things++
{Things}
-> END
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.