[31m-- aish is another attempt of A. i. written with Ada.[m
[31m-- Aish is Copyright (C) 2024 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 := "2024-04-29 20:25:34"[m
[31m-- Version := "1.1.0r"[m
[01;34mpackage[m Ai [01;34mis[m
   
   
   [01;34mpragma[m [01;30mPure[m [31m([mAi[31m);[m
   
   [01;34mtype[m Flag_Enum [01;34mis[m
     [31m([mNone[31m,[m
      Config_Filename[31m,[m
      Help[31m,[m
      Version[31m,[m
      Term_Name[31m,[m      
      Initialize[31m,[m
      Add[31m,[m
      Remove[31m,[m
      Total[31m);[m

   
   [01;34mtype[m Total_Type [01;34mis[m [01;34mdelta[m [35m0.01[m [01;34mDigits[m [35m9[m [01;34mrange[m [31m-[m[35m999999.99[m [31m..[m [35m999999.99[m[31m;[m
   
   [01;34mtype[m Term_Enum [01;34mis[m [31m([mNone[31m,[m Linux[31m,[m Xterm[31m);[m
   
   [01;34mtype[m Int_Cmd_Enum [01;34mis[m [31m([mNone[31m,[m Alias[31m,[m Unalias[31m,[m Cd[31m,[m Set[31m,[m Unset[31m,[m Put[31m,[m Put_Line[31m);[m
   
[01;34mend[m Ai [31m;[m 
