diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-08 17:58:34 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-08 17:58:34 +0100 |
| commit | 16ba42c52bbf57fa78217327bd9759fec9f09fa9 (patch) | |
| tree | 4f20224beb79f68e07d7a2a8e17445cae10f993d /progs/tests/tuples.sy | |
| parent | 39e47cc62ca5372fcac20aceb94a200419281a53 (diff) | |
| download | sylt-single-tuples.tar.gz | |
parse indexing precedencesingle-tuples
Diffstat (limited to 'progs/tests/tuples.sy')
| -rw-r--r-- | progs/tests/tuples.sy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/tuples.sy b/progs/tests/tuples.sy index f2fcfcb..642e381 100644 --- a/progs/tests/tuples.sy +++ b/progs/tests/tuples.sy @@ -14,7 +14,8 @@ start :: fn { d[0] <=> d[0] { - q := d[0] + q := d[2-2] + d[d[(5 + 3) * 0]] <=> d[d[(5 + 3) * 0]] w := d[0] q + w q - w |
