Sunday, March 18, 2018

Groovy Loops


def strings ['how','are','you']
def results []
strings.eachWithIndex s,-> results << "$i:$s" }
assert results == ["0:how","1:are","2:you"]
 
def words "I'm a Groovy coder".tokenize()
def capitalized ''
for (word in words{
    capitalized += word.capitalize(' '
}
assert capitalized == "I'm A Groovy Coder "

// traditional Java for loop
for (int 0words.size()i++{
println "$i -- ${words[i]}"
}

// traditional Java while loop
int 1000
while (1{
println x
x/2
}

No comments:

Post a Comment

உப்பு மாங்காய்

சுருக்குப்பை கிழவி. சுருக்கங்கள் சூழ் கிழவி. பார்க்கும் போதெல்லாம் கூடையுடனே குடியிருப்பாள். கூடை நிறைய குட்டி குட்டி மாங்காய்கள். வெட்டிக்க...