在Groovy中调用Groovy脚本

package com.test   
  
println a   
b = a * 2  
c = { -> println a * 3 }  

编程技巧