summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Prime.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Prime.sci')
-rw-r--r--texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Prime.sci10
1 files changed, 0 insertions, 10 deletions
diff --git a/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Prime.sci b/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Prime.sci
deleted file mode 100644
index bc866928..00000000
--- a/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Prime.sci
+++ /dev/null
@@ -1,10 +0,0 @@
-// 09.08.23
-
-function Out=Prime(varargin)
- if length(varargin)==0
- Out=char(39);
- else
- Out=varargin(1)+char(39);
- end;
-endfunction;
-