[squeak-dev] name puzzle: how to name a message

Bert Freudenberg bert at freudenbergs.de
Tue Jul 7 20:06:09 UTC 2015


On 07.07.2015, at 06:09, Tobias Pape <Das.Linux at gmx.de> wrote:
> 
> Hi all
> 
> I've got a small naming puzzle:
> 
> So we have
> 	x to: y
> that makes 
> 	Intervall (x, x+1, x+2, ... , y)
> 
> And we can do
> 	x to: x + z
> to get
> 	Intervall (x, x+1, x+2, ..., x+z)
> 
> 
> But we have x twice in there.
> 
> What would you name the message
> 	x ???? z
> that gives
> 	Intervall (x, x+1, x+2, ..., x+z)
> 
> I'm curious for your answers :)
> 
> Best regards
> 	-Tobias


x steps: z
x steps: z by: b

x withNext: z
x withNext: z by: b

- Bert -



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4115 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150707/2263d4f2/smime.bin


More information about the Squeak-dev mailing list