summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Printobjstr.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Printobjstr.sci')
-rw-r--r--texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Printobjstr.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Printobjstr.sci b/texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Printobjstr.sci
new file mode 100644
index 00000000..bf137751
--- /dev/null
+++ b/texmf-dist/scripts/ketpic/ketlib/ketpicscifiles6/Printobjstr.sci
@@ -0,0 +1,10 @@
+// s : 2014.06.22
+
+function Printobjstr(Str)
+ global Wfile FID;
+ if Wfile=='default' then
+ mprintf('%s\n',Str);
+ else
+ mfprintf(FID,'%s\n',Str);
+ end
+endfunction