The AROS Archives(anonymous IP: 18.227.161.226,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (45)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1622

Full index file
Recent index file

Part of aros exec
 Readme for:  Document » Development » regina-doc.lha

Regina Doc

Description: The Regina Rexx Interpreter doc
Download: regina-doc.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 1Mb
Version: 3.9.5
Date: 01 Sep 22
Author: Mark Hessling, Florian Grosse-Coosmann
Submitter: amiwell
Email: abbate_salvatore/yahoo com
Requirements: aros x86 abiv0
Category: document/development
Replaces: document/development/regina-doc.pdf
License: GPL
Distribute: yes
FileID: 2560
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 29  (Current version)
52  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
--- Purpose of this document ---

The purpose of this document is to provide an overview of the Rexx Language
and the Regina implementation of the Rexx Language. It is not intended as a
definitive reference to Rexx; you should really have a copy of the Rexx
"bible"; The Rexx Language, by Mike Cowlishaw [TRL2]

--- Implementation ---

The Regina Rexx Interpreter is implemented as a library suitable for linking
into third-party applications. Access to Regina from third-party applications
is via the Regina API, which is consistent with the IBM's Rexx SAA API.
This API is implemented on most other Rexx interpreters.

The library containing Regina is available either as a static library or as a
dynamically loadable library. The only functional difference between the two
libraries is that the ability to dynamically load Rexx external function
packages via the built-in function; RxFuncAdd, is only available with the
dynamically loadable library.

The Regina distribution also includes a front end to the Regina library, to
enable the execution of Rexx programs directly from the command line.
The command line referred to here relates to the a Unix shell, an OS/2
or DOS command window or a Windows NT/9x command prompt.

On platforms where both a static and a dynamic executable exist, it should
be noted that the ability to load and execute external functions via the
RxFuncAdd function, is only available by running the dynamic executable.





Copyright © 2005 - 2024 The AROS Archives All Rights Reserved