Hi,
The current behavior, which indeed is preserved in the Playground because
we did not get to revisit it yet, is like that:
- if you do not define a variable explicitly, it will appear red.
- if you run the code, the variable will be automatically define within the
scope of the Playground/Worksp
Thanks Doru,
That was perfectly clear.
Best
Nacho
-
Nacho
Smalltalker apprentice.
Buenos Aires, Argentina.
--
View this message in context:
http://forum.world.st/Question-on-temporal-variables-in-Workspace-tp4797161p4797266.html
Sent from the Pharo Smalltalk Users mailing list archive at Na
I am playing around with Zinc, and I get an
"Error - Improper store into indexable object”
at
ZnBufferedWriteStream>>nextPut:
My Workspace:
-
| response |
response := ZnClient new
url:'http://amazon.com';
get;
response.
response writeOn: Transcript.
Transcr
Hi Edward,
> On 29 Dec 2014, at 17:19, Edward Povazan wrote:
>
> I am playing around with Zinc, and I get an
> "Error - Improper store into indexable object”
> at
> ZnBufferedWriteStream>>nextPut:
>
> My Workspace:
> -
> | response |
> response := ZnClient new
> url:'http://amazon.c
> On 29 Dec 2014, at 20:16, Sven Van Caekenberghe wrote:
>
> Hi Edward,
>
>> On 29 Dec 2014, at 17:19, Edward Povazan wrote:
>>
>> I am playing around with Zinc, and I get an
>> "Error - Improper store into indexable object”
>> at
>> ZnBufferedWriteStream>>nextPut:
>>
>> My Workspace:
>> ---
Sven, thank you so much for the detailed explanation.
I used it to look at the debugger again so I could reformulate the way I look
for bugs. I’d was looking backwards from the error, but had I started at the
DoIt, I would have seen the ZnBivalentWriteStream and seen the class comment.
Moreover,
Sven
this is a really cool answer!
May be we should add that somewhere :)
Stef
Le 29/12/14 20:16, Sven Van Caekenberghe a écrit :
Hi Edward,
On 29 Dec 2014, at 17:19, Edward Povazan wrote:
I am playing around with Zinc, and I get an
"Error - Improper store into indexable object”
at
ZnBuffere