Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Apache/modules/core/test/conf/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 20.6.2015 mit Größe 375 B image not shown  

Quelle  test60.conf   Sprache: unbekannt

 
Spracherkennung für: .conf vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# @ escaping
<Macro Foo $one $two>
  Warning "macro Foo arg 1: $one"
  Warning "macro Foo arg 2: $two"
</Macro>
<Macro Bla @first @second>
  Warning Macro Bla arg 1: @first
  Warning Macro Bla arg 2: @second
  Use Foo @first 'second'
  Use Foo 'first' @second
  Use Foo @first @second
</Macro>

Use Foo hello world
Use Bla "hello world" "thank you"

Error "done on line 17."

[ Dauer der Verarbeitung: 0.24 Sekunden  ]