home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-13 | 305 b | 18 lines | [TEXT/ttxt] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
- class ARGUMENTS
- --
- -- Needed only for ELKS 95 compatibility.
- --
-
- feature
-
- command_name: STRING is
- do
- Result := command_arguments.item(0);
- end;
-
- end -- ARGUMENTS
-
-