danielpetisme

Untitled

Dec 6th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. def a = 1
  2. def b = 2
  3. def c = 3
  4. def list = [1,2,3,4,5,6,7]
  5.  
  6. assert ( a + b ) + c == list[1]
Advertisement
Add Comment
Please, Sign In to add comment