Comment on Bruce Eckel announces he's going to write Atomic PythonparentComments−topogios11yIn R:a <- array(c(1,2))b <- array(c(3,4))a + b[1] 4 6class(a + b)[1] "array"
Comments
In R:
[1] 4 6
[1] "array"