Files
mercury/tests/hard_coded/list_series_int.exp
Julien Fischer 688e060621 Mention that `..' is now accepted as an infix operator.
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.
2004-12-20 05:26:05 +00:00

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]