Into the Groove
Today, I'd definitely try to get my first Groovy Program up and Running.....
list = [1, 2, 'hello', new java.util.Date()]
assert list.size() == 4
assert list.get(2) == 'hello'
list = [1, 2, 'hello', new java.util.Date()]
assert list.size() == 4
assert list.get(2) == 'hello'
0 Comments:
Post a Comment
<< Home