Talk:Range expansion: Difference between revisions

Content added Content deleted
Line 48: Line 48:
==Comment from TXR example==
==Comment from TXR example==
Just to note that although the TXR parser may allow for null ranges, the task description language does not. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 00:25, 14 January 2014 (UTC)
Just to note that although the TXR parser may allow for null ranges, the task description language does not. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 00:25, 14 January 2014 (UTC)

==Undetected intruder in the example range ?==

I notice that the example source lists includes a zero in 5th position:

-6, -3, -2, -1, 0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 17, 18, 19, 20
Is accurately expressed by the range expression:
-6,-3-1,3-5,7-11,14,15,17-20

but there seems to be no obvious source/representation of that zero in the range expression,
and the outputs of the first few code examples that I have looked duly generate no zero …

So perhaps a typo ? Or have I missed something in the discussions above ?

[[User:Hout|Hout]] ([[User talk:Hout|talk]]) 02:03, 24 November 2015 (UTC)