Category:REXX: Difference between revisions

m
added periods to some text.
m (added wording to REXX language description.)
m (added periods to some text.)
Line 5:
| exec=interpreted
| express=inferred
| gc=allowed  (and in most versions of REXX, it is automatic, but garbage collection isn't mandated).
| safety=safe
| strength=strong
Line 13:
| parampass=value
| untyped=yes
| intended=general, application, algorithms, scripting, host/sub─system scripting/interfacing, data/text processing, programming as a human activity.
| goal=designed to make programming easier;  to foster high quality programs by making writing them as simple and enjoyable as possible;  designing each part of the language for people to use is more important than providing easy implementation;  follows the principle of least astonishment [https://en.wikipedia.org/wiki/Principle_of_least_astonishment (POLA)]. }}