This is not what I was expecting. How can I get rid of the parentheses and the quotations?
c("x","y","z")
#+RESULTS:
- ("x")
- ("y")
- ("z")
This is not what I was expecting. How can I get rid of the parentheses and the quotations?
c("x","y","z")
#+RESULTS:
- ("x")
- ("y")
- ("z")
Here’s the Ruby equivalent of what I’d like to see
["x" , "y", "z" ]
#+RESULTS: - x - y - z
The best solution seems to be