/ Published in: Groovy

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
list = [1,2,3,4,5,6,7,8,9,10] list[1..8] list[[1, 3, 5, 7]]
Comments
