Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

4 řádky
155 B

  1. begin
  2. if ((GetZ >= 5) and (GetZ <= 19)) then
  3. ResultURL:=GetURLBase+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&v='+Version;
  4. end.