This is a test of the new "code" directive:
1 def my_function(): 2 """Test the lexer. 3 4 just a test""" 5 6 # and now for something completely different 7 print 8/2
The end.