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.
![]() ![]() |
#include "RexxCore.h"
#include "IntegerClass.hpp"
#include "ArrayClass.hpp"
#include "RexxActivity.hpp"
#include "MessageClass.hpp"
#include "MethodClass.hpp"
#include "StringClass.hpp"
#include "RexxMisc.hpp"
#include "ActivityManager.hpp"
#include "PointerClass.hpp"
Go to the source code of this file.
Enumerations | |
enum | { STOP, START } |
anonymous enum |
Enumerator | |
---|---|
STOP | |
START |
Definition at line 60 of file RexxMisc.cpp.