Seeing that there has only been one new command in the last 2.5 years I
think it was time to add another. ;)
I think that a parameter shifting command for use in functions could be
useful. It could be used for small recursive (yes I know, that would not
be very efficient) function calls:
AddToFunc Inline
+ I $0
+ I Shift
+ I Inline $*
A sample call of the above would be
Function Inline "WindowStyle !Title, !Borders, !Handles" UpdateStyles \
"Maximize 100 100" Break
Appart from that it would also provide meanns to get direct access to
positional paramiters after $9.
Thoughts? Is this something that anyone but me would use?
/Viktor