Caricamento...
type giorno is record
numero: integer := 0;
mese : integer := 0;
anno : integer := 0;
nome_festa: string(1..50) := "";
end record;
martedi: giorno;
martedi.numero = 1;
martedi.mese := 8;
martedi.anno := 2009;
martedi.anno := "Primo d'agosto";
Lascia un commento
Copyright © 2005 - 2010 :: ianaz - created by Silvio Rainoldi