Yea, you use - and +.

var a
var b
var c

c = a + b

Your problem might be that you are trying to compare a string to an integer. You really should always post code when you have a question.