summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Getcounter.sci
blob: ca4e0d2a106db522a90d95b991a5b796535f710c (plain)
1
2
3
4
5
6
7
// 09.09.10

function Out=Getcounter()
  global GCOUNTER;
  Out=GCOUNTER;
endfunction;