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



[EnglishFrontPage] [TitleIndex] [WordIndex

Parser

Eingabe

 {{{#!highlight python
 def hallo(name):
     print "Hallo %s" % name
 }}}

Anzeige

   1 def hallo(name):
   2     print "Hallo %s" % name

2015-08-01 04:08