|
The comments says:
Stepping back using a cascade and yourself is equivalent to declare a variable, assign the expression and return the variable as follows: | a | a := #('hello' 'world') at: 2 put: 'pharo'. a
but it should be
Stepping back using a cascade and yourself is equivalent to declare a variable, assign the expression and return the variable as follows: | a | a := #('hello' 'world'). a at: 2 put: 'pharo'. a
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|