if 3<4 then print "Podminka funguje"; else print "Podminka nefunguje" end; int a,b; while(a<10) do print "a=",a; a=a+1; end