-
When tracing code that inserts NUL (x2c(00)) characters, the trace output will simply not display them:
Code:
/* REXX */
trace ?i
pull q
q = '='x2c(00)|| q || x2c(00)'='
say q
Output of trace:
3 *-* pull q
>>> "123"
+++ Interactive trace. "Trace Off" to end debug. ENTER to continue.
4 *-* q = '='x2c(00)|| q || x2c(00)'='
>L> "="
>L>.
2009-06-20 17:28:46 UTC in Regina REXX Interpreter
-
If the CPU cycles are reduced to 1, the bottom of the screen is no longer updated. Unlikely to ever happen in real-world situations, but a bit strange. It DOES work OK at 2 CPU cycles...
2008-10-06 11:47:37 UTC in DOSBox DOS Emulator
-
prino registered the REXX source to HTML translator project.
2007-09-28 18:05:15 UTC in REXX source to HTML translator