I\'d like to get functions like R language\'s c function :
c
#R print(c(c(1,2,3),2,3,c(1,2))) > c(1,2,3,2,3,1,2)
my solution is