Is there a way to get to the name of a temporary variable used in a method 
to show it in a Transcript without putting it in a string?

someMethod
 |builder|
  builder :=  #( 1 2 3).

where I want the Transcript to show the word 'builder', not it's value
(Transcript show: builder).




--
View this message in context: 
http://forum.world.st/Show-a-variable-name-in-Transcript-tp3413379p3413379.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to