live/solutions/schleifen.groovy aktualisiert
parent
104861236f
commit
9ec57ec585
|
@ -1,7 +1,6 @@
|
||||||
Groovy
|
|
||||||
def str = "GGRROOOOVVYY IISSTT CCOOOOLL!!"
|
def str = "GGRROOOOVVYY IISSTT CCOOOOLL!!"
|
||||||
|
|
||||||
for(i in 0..str.length()) {
|
for(i in 0..<str.length()) {
|
||||||
if (i % 2 == 0) {
|
if (i % 2 == 0) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue