[squeak-dev] Code Jeopardy

Bert Freudenberg bert at freudenbergs.de
Wed May 4 12:37:39 UTC 2016


> On 04.05.2016, at 13:32, Tobias Pape <Das.Linux at gmx.de> wrote:
> 
> Hi all,
> 
> without executing, what does the following expression result in?
> 
> #(
> 25rFFs2 
> 26rFFs2
> 27rFFs2
> 28rFFs2
> 29rFFs2
> 30rFFs2
> 31rFFs2
> 32rFFs2
> )
> 
> Best regards
> 	-Tobias


Interesting.

16rFFe4 used to be 16711680, now it’s 65508. Try these:

#(
10r1e4
11r1e4
12r1e4
13r1e4
14r1e4
15r1e4
16r1e4
17r1e4
18r1e4
)

Maybe we need to raise an error for certain combinations? Better than a surprise.

- Bert -



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


More information about the Squeak-dev mailing list