Unimportant: output changes in org-babel.org

This commit is contained in:
Dan Davison 2009-07-05 19:40:31 -04:00
parent bd5b9dd32f
commit 6ade544674

View file

@ -2645,12 +2645,14 @@ out...
table.first.join(" - ")
#+end_src
: "1 - 2 - 3"
#+resname:
: 1 - 2 - 3
#+begin_src python :var table=sandbox :results replace
#+begin_src python :var table=sandbox
table[0]
#+end_src
#+resname:
| 1 | 2 | 3 |
#+begin_src ruby :var table=sandbox :results replace