AFI Electronics
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • FirstPage
  • ADC
  • TDC
  • Logical
  • Interfaces
  • Systems
  • Documentation
  • Contacts
  • PrivatePage
  • RecentChanges
PCI Digitizer, VME TDC, PCI VME Master, Data Acquisition System
  • WikiKurs
  • 22 Parser

Slideshow ^ |< << Slide 21 of 27 >> >|

Parser

Eingabe

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

Anzeige

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