summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Mixmake.sci
blob: 7f05a2ab9d63c6c6ca46d1eeb4c819ffc9fa177b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 08.05.19

// Structure changed
// 09.10.11

function PL=Mixmake(varargin)
  PL=list();
  for I=1:length(varargin)
    Tmp=varargin(I);
    PL=Mixadd(PL,Tmp);
  end
endfunction