Código Delphi [-] TRegistro = record a:string; b:integer; c:double; end; registro = TRegistro;
TRegistro = record a:string; b:integer; c:double; end; registro = TRegistro;