TAB
+
1000/10
## [1] 100
x <- 1000/10 #x ## assignment symbol
seq(from=1,to=10,by=1)
## [1] 1 2 3 4 5 6 7 8 9 10
seq(from=1,to=10)
y<- seq(from=1,to=10)
y