ooRexx
4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | SortData |
class | RexxStem |
Macros | |
#define | SORT_CASESENSITIVE 0 |
#define | SORT_CASEIGNORE 1 |
#define | SORT_ASCENDING 0 |
#define | SORT_DECENDING 1 |
#define SORT_ASCENDING 0 |
Definition at line 54 of file StemClass.hpp.
#define SORT_CASEIGNORE 1 |
Definition at line 52 of file StemClass.hpp.
#define SORT_CASESENSITIVE 0 |
Definition at line 51 of file StemClass.hpp.
#define SORT_DECENDING 1 |
Definition at line 55 of file StemClass.hpp.