[31m-- Skywalker is another attempt of A. i. written with Ada.[m
[31m-- Skywalker 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-11-11 15:42:20"[m
[31m-- Version := "0.0.2r"[m
[01;34mwith[m Sky[31m.[mAttributes[31m;[m
[01;34muse[m Sky[31m.[mAttributes[31m;[m
[01;34mpackage[m Sky[31m.[mShell [01;34mis[m
   
   [01;34mfunction[m [01;30mInternal_Cmd_Value[m [31m([mLine [31m:[m [01;34min[m [32mString[m[31m)[m [01;34mreturn[m Int_Cmd_Enum[31m;[m
   
   [01;34mfunction[m [01;30mCommand_Name[m [31m([mLine [31m:[m [01;34min[m [32mString[m[31m)[m [01;34mreturn[m [32mString[m[31m;[m
   
   [01;34mprocedure[m [01;30mAlias[m [31m([mLine [31m:[m [01;34min[m [32mString[m[31m;[m Alias_Set [31m:[m [01;34min[m [01;34mout[m Attributs[31m);[m
   [01;34mprocedure[m [01;30mUnalias[m [31m([mLine [31m:[m [01;34min[m [32mString[m[31m;[m Alias_Set [31m:[m [01;34min[m [01;34mout[m Attributs[31m);[m
   
   [01;34mprocedure[m [01;30mSet[m [31m([mLine [31m:[m [01;34min[m [32mString[m[31m;[m Var_Set [31m:[m [01;34min[m [01;34mout[m Attributs[31m);[m
   [01;34mprocedure[m [01;30mUnset[m [31m([mLine [31m:[m [01;34min[m [32mString[m[31m;[m Var_Set [31m:[m [01;34min[m [01;34mout[m Attributs[31m);[m
   
   [01;34mprocedure[m [01;30mPut[m[31m([mName [31m:[m [01;34min[m [32mString[m[31m;[m  Var_Set [31m:[m [01;34min[m [01;34mout[m Attributs[31m);[m
   
   [01;34mprocedure[m [01;30mPut_Line[m[31m([mName [31m:[m [01;34min[m [32mString[m[31m;[m  Var_Set [31m:[m [01;34min[m [01;34mout[m Attributs[31m);[m
   
[01;34mend[m Sky[31m.[mShell [31m;[m 
