`FILDZAN 32 is small programming language used in System programming course of University Sarajevo `to quickly show compiling principles, because the compiler is just about 600 lines long `This is Bottles example written in version for the course of 2006 `It has not own library so it uses Windows API. Remark that keywords are in Bosnian language varijable cporuka; funkcija GetStdHandle(pbrhan); funkcija WriteConsoleA(prez,pupisano,pupisati,pbafer,phan); funkcija Prikazistring (pporuka){ varijable lhandle,lpriv,lduz; lhandle:=GetStdHandle(-11); lduz:=0; cporuka:=pporuka; dok (cporuka[lduz]#0) { lduz:=lduz+1;} WriteConsoleA(lhandle,cporuka,lduz,&lpriv,0); } funkcija Novired () { cporuka:=" "; cporuka[0]:=13; cporuka[1]:=10; Prikazistring