`res = add(a,b)` should be written as `res := add(a,b)`
res = add(a,b)should be written asres := add(a,b)