REXX Summary
Дата: 15 May 1996
Скачать статью в формате doc.
VM/ESA Rel 2.1 REXX370 Ver 4.00
Functions |
bit = ABBREV(information,info[,minlength]) Abbreviation match |
Functions |
---|
num = LINES([name]) Input stream lines remaining |
num Number |
CMSFLAG(flag) |
flag: ABBREV 1=SET ABBREV ON, 0=SET ABBREV OFF |
DATATYPE(str,type) |
type: Alphanumeric Alphanumeric (a-z, A-Z, 0-9) |
DATE(dopt) |
dopt: Base Whole days since 1 Jan 0001 (//7 for 0=Monday, 6=Sunday) |
TIME(topt) |
topt: Civil hh:mmxx (1-12, 00-59, am/pm) |
Syntax |
/* ... */ Comment (may span lines, may be nested) |
Symbols |
May use characters: A-Z, a-z, 0-9, and @ # $ \ . ! ? _ |
Operators |
Operators are grouped by precedence (highest to lowest) below |
\ ¬ Logical NOT (prefix) |
** Raise to (whole) power |
* Multiply |
+ Add |
(abuttal) || Concatenate without blank |
== Strictly equal (identical) |
& AND |
| Inclusive OR (either, or both) |
Instructions |
ADDRESS |
Instructions |
OPTIONS 'ETMODE' Check for valid DBCS strings |
Instructions |
TRACE [prefix] [letter] |
PARSE SOURCE s.1 s.2 s.3 s.4 s.5 s.6 s.7 |
TRACE Messages |