File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <Export generator =" Cache" version =" 25" zv =" Cache for Windows (x86-64) 2017.2 (Build 744U)" ts =" 2019-03-17 21:02:09 " >
3
- <Routine name =" %ZLANGC00" type =" MAC" languagemode =" 0" timestamp =" 65089,75025.676789 " ><![CDATA[
2
+ <Export generator =" Cache" version =" 25" zv =" Cache for Windows (x86-64) 2017.2 (Build 744U)" ts =" 2019-03-21 15:56:04 " >
3
+ <Routine name =" %ZLANGC00" type =" MAC" languagemode =" 0" timestamp =" 65093,57355.900954 " ><![CDATA[
4
4
; %ZLANGC00
5
5
; custom commands for ObjectScript
6
6
; https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GSTU_customize#GSTU_customize_zlang
7
7
Quit
8
8
9
9
ZPY(command) Public
10
10
set:$namespace'="PYTHON" $namespace = "PYTHON"
11
+
12
+ if '$d(comand) {
13
+ do ##class(isc.py.util.Shell).Shell()
14
+ quit
15
+ }
11
16
if ((command [ "=") || (command [ " ")) {
12
17
set sc = ##class(isc.py.Main).SimpleString(command)
13
18
} else {
You can’t perform that action at this time.
0 commit comments