kwi – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 2 Results  www.gentoo.org
  Dokumentacja Gentoo Lin...  
#!/usr/bin/env awk -f BEGIN { FS="\t+" months="sty lut mar kwi maj cze lip sie wrz paz lis gru" } function monthdigit(mymonth) { return (index(months,mymonth)+3)/4 }
Time to look at the code. We'll start off with the first line, the BEGIN block and a function definition:
  Dokumentacja Gentoo Lin...  
numelements=split("sty,lut,mar,kwi,maj,cze,lip,sie,wrz,paź,lis,gru",mymonths,",")
Listado de Código 1.19: Ejemplo de llamada a split()