Hello,
I try to solve a adventofcode challenge where I must find out when santa
is first at the basement. the floor is there -1.
So I thought I use a while loop like this :
santaFloorOnBasement
"calculates which step take Santa to the basement"
| index|
index := 1.
??? when:
Thanks Sven, Guille,
I am only looking at iceberg for development / loading of a software project
being developed in Pharo (i.e. not develop iceberg itself ... if the
question was on iceberg development maybe I would have posted in
Pharo-developers group ;) ). so it seems there is nothing to be do
On Fri, Nov 2, 2018 at 6:25 PM Sanjay Minni wrote:
> If I want to use iceberg then should I first update pharo image as
> mentioned
> on github iceberg homepage (https://github.com/pharo-vcs/iceberg)
>
I'd also insist here with Sven. Could you please explain better what are
you trying to accompl