[squeak-dev] Code Jeopardy

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed May 4 17:07:19 UTC 2016


David you rock...
But search for these in squeak-dev archives (feb 2010):
16rff is looking for a fix :)
<http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-February/144122.html>
Multilingual-ar.87

http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-February/144125.html
http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-February/144143.html
http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-February/144145.html

Or a lot earlier...
http://lists.squeakfoundation.org/pipermail/squeak-dev/2000-March/013368.html

2016-05-04 18:40 GMT+02:00 David T. Lewis <lewis at mail.msen.com>:

> This looks like a good opportunity for public humiliation ;-)
>
> I expect an eight element array of ScaledDecimal, each formatted with two
> trailing zeros after the decimal point. The first value would be 25 * 16 +
> 15, and the last value would be 32 * 16 + 15. So I would expect the array
> to contain these:
>
> 415.00
> 431.00
> 447.00
> 463.00
> 479.00
> 495.00
> 511.00
> 527.00
>
> Dave
>
>
> > hmmm
> >
> > It's an array.  It looks like encoded numbers base 25 through 32 of hex
> FF
> > but not sure about the s2.  Because I'm not sure the numbers will
> evaluate
> > it could just error.  But let's say I'm wrong and this is something that
> > actually does work and I haven't seen it before, base 25-32 FF s2
> > something,
> > this will return an array of numbers.
> >
> > Not executing it was difficult :).  Looking forward to the answer.
> >
> > All the best,
> > Ron Teitelbaum
> >
> >> -----Original Message-----
> >> From: squeak-dev-bounces at lists.squeakfoundation.org [mailto:squeak-dev-
> >> bounces at lists.squeakfoundation.org] On Behalf Of Tobias Pape
> >> Sent: Wednesday, May 04, 2016 7:33 AM
> >> To: The general-purpose Squeak developers list
> >> Subject: [squeak-dev] Code Jeopardy
> >>
> >> Hi all,
> >>
> >> without executing, what does the following expression result in?
> >>
> >> #(
> >> 25rFFs2
> >> 26rFFs2
> >> 27rFFs2
> >> 28rFFs2
> >> 29rFFs2
> >> 30rFFs2
> >> 31rFFs2
> >> 32rFFs2
> >> )
> >>
> >> Best regards
> >>      -Tobias
> >
> >
> >
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160504/ff7d5db5/attachment-0001.htm


More information about the Squeak-dev mailing list