RosettaCodeData/Task/Associative-array-Creation/R/associative-array-creation-9.r

3 lines
50 B
R

> a <- list(a=1, b=2, c=3.14, d="xyz")
> print(a)