type cod_account_bank = array[1..10] of char;
type price = float;
type num_rational = record num:integer; denom: integer end;
type cod_account_bank = array[1..10] of char;
type price = float;
type num_rational = record num:integer; denom: integer end;
|
|
|