j
k
j a
j l
I tried to understand
A very simple example to illustrate the bug: | x | x := (1.0 timesTwoPower: 53). (x to: x + 2) size. x to: x+2 do: [:i | Transcript cr; show: i printString]
A very simple example to illustrate the bug:
| x | x := (1.0 timesTwoPower: 53). (x to: x + 2) size. x to: x+2 do: [:i | Transcript cr; show: i printString]
it is normal that it still loops forever after loading the slice? Stef
Back to the thread
Back to the list