RosettaCodeData/Task/Vector/R/vector.r
2026-04-30 12:34:36 -04:00

4 lines
64 B
R

c(10, 20) + c(2, 3)
c(10, 20) - c(2, 3)
c(10, 20)*5
c(10, 20)/5