602SQL-┌plnß dokumentace Index   Tisk  

Deklarace prom∞nn²ch (klientsk² jazyk)

Deklarace prom∞nn²ch mß v klientskΘm programovacφm jazyce tvar:

var identifikßtor, ... identifikßtor : typ;
   ...
   identifikßtor, ... identifikßtor : typ;

Typem m∙₧e b²t bu∩ identifikßtor, nebo popis typu.

P°φklad:

const
  MAX = 3000;
var
  f : file;
  retezec : string[MAX];
  delka : short;