## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
##master-page:WikiCourse/22 Parsers
##master-date:2007-12-15 20:25:04
#acl -All:write Default
#format wiki
#language de
#pragma section-numbers off
<<Navigation(slides)>>
= Parser =
== Eingabe ==
{{{{
 {{{#!highlight python
 def hallo(name):
     print "Hallo %s" % name
 }}}
}}}}
== Anzeige ==
{{{#!highlight python
def hallo(name):
    print "Hallo %s" % name
}}}