Jump to content

Test a function: Difference between revisions

m
→‎stress test some REXX BIFs: removed a stray question mark (?). -- ~~~~
m (→‎{{header|REXX}}: made REXX 2nd version compliant, changed to the use of a '''output''' template. -- ~~~~)
m (→‎stress test some REXX BIFs: removed a stray question mark (?). -- ~~~~)
Line 1,043:
===stress test some REXX BIFs===
This stress tests some of the REXX built-in functions (BIFs).
<lang rexx>?/*REXX program to show a secret message. */
z.=' ';z=12-25-2002;y=z;w=-y
z.0=translate(right(time('c'),substr(z,4,z==y)))
Line 1,069:
</pre>
Because the REXX language is interpreted, many REXX stress tests are "simple" programs like those listed above, albetit highly obfuscated.
<br><br>
 
=={{header|Ruby}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.