Ime strani: WikiCourse / 22 Parsers

Parsers

Input

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

Display

Vklopi/izklopi številke vrstic
   1 def hello(name):
   2     print "Hello %s" % name