3 lines
65 B
R
3 lines
65 B
R
|
|
a <- list("First", "Second", "Third", 5, 6)
|
||
|
|
for(i in a) print(i)
|