mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 19:33:46 +00:00
Estimated hours taken: 0.5 Branches: main NEWS: Mention that `..' is now accepted as an infix operator. tests/hard_coded/Mmakefile: tests/hard_coded/list_series_int.m: tests/hard_coded/list_series_int.exp: Add a test case for the new operator.
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
|
[-10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0]
|
|
[6, 7, 8, 9]
|
|
[]
|
|
[0]
|
|
[1, 2, 3, 4, 1, 2, 3, 4]
|