Changes between Initial Version and Version 1 of Ticket #2885, comment 2


Ignore:
Timestamp:
2014-10-14T12:53:19Z (10 years ago)
Author:
Per Östlund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2885, comment 2

    initial v1  
    44  input T1 inArg1;
    55  input T2 inArg2;
    6   output T1 outArg1;
    7   output T2 outArg2;
     6  output T3 outArg1;
     7  output T4 outArg2;
    88end FuncType22;
    99
    10 function FuncID22<T1, T2, T3, T4>
     10function FuncID22
    1111  input FuncType22 inFunc;
    1212  output FuncType22 outFunc := inFunc;