5.1.4. Displaying code examples

5.1.4. Displaying code examples

In this tutorial, I've been showing you some example code. That is something most documentation writers want to do. You can do it too, like this:
  @begin_displayed_code()
    while 1:
       print 'Hello again and again'
  @end_displayed_code()