Contact: aviboots(AT)netvision.net.il
42,683 questions
55,437 answers
573 users
def map = [name: "Groovy", age: 13, country: "United States", city: "New York"] println map.size() /* run: 4 */