inkle / inkle/ink

Feature: ++ and -- on list items should create the next/previous list item

Open
#441 3 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 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.