Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.282.mcz==================== Summary ====================
Name: Kernel-nice.282
Author: nice
Time: 30 October 2009, 8:47:15 am
UUID: 3b6a0c35-dcc6-4cf8-8490-38aa99e31307
Ancestors: Kernel-nice.281
Just a comment about #isSelfEvaluating
=============== Diff against Kernel-nice.281 ===============
Item was changed:
----- Method: Object>>isSelfEvaluating (in category 'self evaluating') -----
isSelfEvaluating
+ "Answer true if the receiver will print in a format evaluating to itself, that is
+ (Compiler evaluate: self printString) = self"
+
^ self isLiteral!