Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 4.9/5.0, builds 850-998 > 969 - 26 Oct 06

PRAGMAs

Scroll Prev Top Next More

++PRAGMA TRACK_LAST_ROUTINE <boolean>

++PRAGMA TRACK_LAST_LABEL <boolean>

 

(Where <boolean> may be "ON", "OFF", "TRUE", "FALSE", 1 or 0).

The first pragma generates an internal assignment statement each time a function or procedure is called. The second does the same, but for every label. These may be retrieved via the new 'dot' variables (see next).