Please enable JavaScript to view this site.

A-Shell Development History

Debug message (TRACE.PRINT, DEBUG.PRINT, etc.) runtime refinement: comma separated arguments are now supported, e.g.:

TRACE.PRINT "Count: ",C,A$

Previously, although the above would compile ok, only the first argument ("Count:") would have been output. Now the additional arguments will be output, with space separators.

This makes xxxxx.PRINT syntax more similar to regular PRINT syntax, eliminating the need to use string concatenation to combine several values into a single string expression.