Changes between Initial Version and Version 1 of Ticket #2885, comment 2
- Timestamp:
- 2014-10-14T12:53:19Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2885, comment 2
initial v1 4 4 input T1 inArg1; 5 5 input T2 inArg2; 6 output T 1outArg1;7 output T 2outArg2;6 output T3 outArg1; 7 output T4 outArg2; 8 8 end FuncType22; 9 9 10 function FuncID22 <T1, T2, T3, T4>10 function FuncID22 11 11 input FuncType22 inFunc; 12 12 output FuncType22 outFunc := inFunc;