On 24.05.2017 09:45, Jochen Theodorou wrote: [...]
ah, thanks for the clarification... I thought we had changed that already in the past. Seems my memory was not correct here. Extracting the variables of the topmost scope is not the most difficult thing to do I will bring this to the dev list
looks like my memory was not completely wrong and Guillaume did remember:
groovy:000> :set interpreterMode true groovy:000> def a = 1 ===> 1 groovy:000> println a 1
bye Jochen
