1REXX(1) General Commands Manual REXX(1)
2
3
4
6 rexx - Open Object Rexx Interpreter
7
9 rexx [-v] [filename | -e statements] [arguments]
10
12 Open Object Rexx is an object-oriented scripting language based on and
13 compatible with Rexx that fully supports object-oriented concepts. It
14 provides open interfaces to many system functions such as TCP/IP sock‐
15 ets, FTP for communications, and C for programming. You should report
16 bugs at http://sourceforge.net/tracker/?group_id=119701&atid=684730
17
18 For further information, read the README and the other documentation
19 files included in the Open Object Rexx distribution.
20
21
23 -v display the build date of the product.
24
25 -e Rexx program statements. These should be contained within double
26 quotes.
27
28
30 rexxc(1)
31
32
34 Open Object Rexx is distributed under the terms of the Common Public
35 License v1.0 which accompanies this distribution.
36 http://www.oorexx.org/license.html
37
38
39
40
41Version 4.2.0 March 2010 REXX(1)