** =pp= results
:PROPERTIES:
:DATE: 2009-11-20
:END:
*** python
:PROPERTIES:
:DATE: 2009-11-20
:END:
#+begin_src python :results pp :session
['one', 'two', 'three', 'one', 'two', 'three', 'one', 'two', 'three']
#+end_src
#+resname:
: ['one', 'two', 'three', 'one', 'two', 'three', 'one', 'two', 'three']
*** ruby
:PROPERTIES:
:DATE: 2009-11-20
:END:
#+begin_src ruby :results pp
class Schulte
attr_accessor :name, :age
end
eric = Schulte.new
eric.name = "eric"
eric.age = 27
eric
#+end_src
#+resname:
#+begin_src ruby :results pp
a = [1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3]
a
#+end_src
#+resname:
#+begin_example
[1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3]
#+end_example