Last update: 2015-08-14. The up to date orginal is at Greg's wiki



[EnglishFrontPage] [TitleIndex] [WordIndex

Parsers

Input

 {{{#!highlight python
 def hello(name):
     print "Hello %s" % name
 }}}

Display

   1 def hello(name):
   2     print "Hello %s" % name

2015-08-01 04:08