## Test script to be run batch-wise a <- 1 b <- 2 print(paste("a=",a,", b=",b,", a + b=",a+b,sep=""))