How can we define a final immutable local variable on Groovy? I am thinking on something similar to val in Scala
I was reading about "final" but couldn't find information on the groovy documentation. Is it just missing in the documentation? or is it still not ready? Paco
