Parsers

Input

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

Display

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

MoinMaster: WikiCourse/22 Parsers (last edited 2009-02-04 21:26:00 by ThomasWaldmann)