Hi Nacho,
Pls update VM
在 2021-03-01 04:56:04,"Rafael Ignacio Matías Sniechowski" <0800na...@gmail.com>
写道:
Hi,
Every time I try to start a Pharo 9 image I get an error. This happens with
both 32 and 64 bit versions, under Windows 10.
I've tried uninstalling and reinstalling Pha
Hi,
Every time I try to start a Pharo 9 image I get an error. This happens with
both 32 and 64 bit versions, under Windows 10.
I've tried uninstalling and reinstalling Pharo Launcher without avail.
This has been happening for the last 10 days.
I don't know if this is the proper place to post this..
Hello Sven,
thank you very much for this thorough explanation! I also think a string
literal should be a constant.
But since I am new to Smalltalk I am reading a lot of documentation, and in the
older documentation modification of a string was shown as an example. In fact
this modification is
Markus,
'hello' is a literal string constant, part of the set of constants of a method
(or a doit which like a temporary method disconnected from a class).
Constants like these are managed by the compiler and can be shared between
different expressions to avoid duplication.
Changing such a con