Please enable JavaScript to view this site.

A-Shell Development History

1392.0.1

Add new Pragmas GLOBAL_BEGIN and GLOBAL_END.

1392.0.2

Compiler refinement (edit 718): You may now optionally use procedure-style syntax with the XCALL statement. In other words, instead of: XCALL NAME,ARG1,...ARGN, you can instead use XCALL NAME(ARG1,...ARGN). The advantage of the alternate syntax is perhaps mainly aesthetic, but will seem more natural to programmers coming from other language backgrounds. Another potential advantage is that it would allow APN call tips to be set up for common XCALLs, since the feature is triggered by typing the "(" which normally signals the start of a procedure parameter list.

1392.0.3

Compiler bug fix (edit 719): Edit 716 introduced a problem with PRIVATE DIMX statements which is now resolved.