list1=list (2:5)
list2=list (11:14)
list1+list2
v1=unlist(list1)
v2=unlist(list2)
v1+v2

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: