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

// Structure changed
// 09.10.11
// 10.01.02

function Mixdisp(L)
  if Mixtype(L)==1
    disp(L)
    return;
  end;
  Str=Makeliststr(L);
  disp(Str)
endfunction