> def foo (x) { > def val1 = { > def r = r + 5; > x + r > } > val1 + x > } > > It looks better with indenation syntax enabled (just remove {, } and > compile with -i). > > Hope this helps! Very nice! Thank you. Maurizio