On Monday, September 5, 2022 at 2:02:14 PM UTC-4,
[email protected] wrote:
The 1995 standard around TSTART says restartarguments can be one of the following:
lname
(L lname)
*
()
This implies you can have:
1) a single local name
2) a list of local names in parens
3) an asterisk, meaning to save off all local variables
4) an empty set of parens, to save no local variables
As with all other commands in the language, the comma separates command-arguments.
Thus, if the first would have been allowed to be a list (also separated by commas), that would work quite differently:
TSTART A,B,C
would be equivalent to
TSTART A TSTART B TSTART C
Hope this helps
Ed
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)