[31m-- main is main file of main project written with Ada.[m
[31m-- Main is Copyright (C) 2025 Manuel De Girardi ; [m
[31m--[m
[31m--   This program is free software; you can redistribute it and/or modify[m
[31m--   it under the terms of the GNU General Public License as published by[m
[31m--   the Free Software Foundation; either version 2 of the License, or[m
[31m--   (at your option) any later version.[m
[31m--[m
[31m--   This program is distributed in the hope that it will be useful,[m
[31m--   but WITHOUT ANY WARRANTY; without even the implied warranty of[m
[31m--   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the[m
[31m--   GNU General Public License for more details.[m
[31m--[m
[31m--   You should have received a copy of the GNU General Public License[m
[31m--   along with this program; if not, write to the Free Software[m
[31m--   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA[m
[31m--[m
[31m-- Date := 2025-09-16 16:33:00 ; [m
[31m-- Version := 0.12.0a ; [m
[01;34mwith[m Ada[31m.[mCalendar[31m;[m
[01;34muse[m Ada[31m.[mCalendar[31m;[m
[01;34mpackage[m M[31m.[mAccount [01;34mis[m
   
   
   [01;34msubtype[m Sum_Range [01;34mis[m [32mFloat[m [01;34mrange[m [31m-[m999_999_999[31m.[m[35m99[m [31m..[m 999_999_999[31m.[m[35m99[m[31m;[m
   
   [01;34msubtype[m Step_Range [01;34mis[m [32mInteger[m [01;34mrange[m [31m-[m[35m3[m [31m..[m [35m120[m[31m;[m
   
   [01;34mtype[m Label_Access [01;34mis[m [01;34maccess[m [32mWide_String[m[31m;[m
   
   [01;34mtype[m Operation_Record [01;34mis[m
      [01;34mrecord[m
	 Label [31m:[m Label_Access[31m;[m
	 Sum   [31m:[m Sum_Range [31m:=[m [35m0.0[m[31m;[m
	 Step  [31m:[m Step_Range [31m:=[m [35m0[m[31m;[m
	 Date_Op [31m:[m Time [31m:=[m Clock[31m;[m
	 Date_Val [31m:[m Time [31m:=[m Clock[31m;[m
      [01;34mend[m [01;34mrecord[m[31m;[m
      
   
   
   
[01;34mend[m M[31m.[mAccount [31m;[m 
