# Vector of strings
fruits <- c("banana", "apple", "orange")
# Print fruits
fruits
[1] "banana" "apple" "orange"