|
|
|
|
|
by grewsome
427 days ago
|
|
For incorporating into Tcl I'd prefer something simpler that would also work with existing procs. Building on {*}, maybe {@} could work (to skip over arguments to a specified argument}. e.g. when calling a function:
someFunc someVal anotherVal {@}someArgName yetAnotherVal |
|