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