<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-07-07 15:09 GMT+02:00 Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all<br>
<br>
I&#39;ve got a small naming puzzle:<br>
<br>
So we have<br>
        x to: y<br>
that makes<br>
        Intervall (x, x+1, x+2, ... , y)<br>
<br>
And we can do<br>
        x to: x + z<br>
to get<br>
        Intervall (x, x+1, x+2, ..., x+z)<br>
<br>
<br>
But we have x twice in there.<br>
<br>
What would you name the message<br>
        x ???? z<br>
that gives<br>
        Intervall (x, x+1, x+2, ..., x+z)<br>
<br>
I&#39;m curious for your answers :)<br>
<br>
Best regards<br>
        -Tobias<br>
<br>
PS: #by: is already taken for #to:by:<br>
PPS: A workaround is<br>
        (0 to: z) + x<br>
<br>
</blockquote></div><br></div><div class="gmail_extra">How about doing it the otherway around, and find a good name for (0  to: z)<br></div><div class="gmail_extra">for example #asRange<br><br></div><div class="gmail_extra">z asRange + x<br></div><div class="gmail_extra">or<br></div><div class="gmail_extra">z asRangeOffsetBy:x<br><br></div><div class="gmail_extra">maybe, asRange is not  a good name.<br><br></div><div class="gmail_extra">nicolai<br><br></div><div class="gmail_extra"><br></div></div>