GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Monday, December 20, 2010

Conditional Structure In Groovy

Use conditional structure, use:
groovy>> a = 2>3
groovy>> if a {
groovy>>     println "The first block executed";
groovy>> }else{
groovy>>     println "The second block executed";
groovy>> }
Share/Bookmark

No comments:

Post a Comment