Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 6.5/7.0, builds 1600+ > 2017

1613 — 10 August 2017

Scroll Prev Top Next More

1613.0

EIR

Compiler edit 831: relax limitations on XPUTARG @VAR to allow the same parameter number to be associated with multiple variables, provided that the VAR the XPUTARG @VAR statement is never associated with more than a single parameter #. For example:

XGETARGS ONE,TWO,THREE

XGETARG 2,DOS           ! TWO and DOS now both associated with #2

...

XPUTARG @TWO            ! Now allowed (e.g. 2,TWO); previously not

 

 

(no additional changes for this version)