2 lines
50 B
R
2 lines
50 B
R
> a <- list(a=1, b=2, c=3.14, d="xyz")
|
|
> print(a)
|
> a <- list(a=1, b=2, c=3.14, d="xyz")
|
|
> print(a)
|