Contact: aviboots(AT)netvision.net.il
42,193 questions
54,901 answers
573 users
def lst = [5, 7, 8, 0, 9, 3, 2] println(lst.size) /* run: 7 */