Skip to content

Instantly share code, notes, and snippets.

@eduard93
Created January 24, 2019 18:41
Show Gist options
  • Save eduard93/2c3159c7dc71f03c4081a99093d8ff37 to your computer and use it in GitHub Desktop.
Save eduard93/2c3159c7dc71f03c4081a99093d8ff37 to your computer and use it in GitHub Desktop.
%ZLANGC00 example
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Routine name="%ZLANGC00" type="MAC" languagemode="0"><![CDATA[
; %ZLANGC00
; custom commands for ObjectScript
; http://localhost:57772/csp/docbook/DocBook.UI.Page.cls?KEY=GSTU_customize
Quit
ZPY(command) Public
Set:$namespace'="PYTHON" $namespace = "PYTHON"
If ((command [ "=") || (command [ " ")) {
Do ##class(isc.py.Callout).SimpleString(command)
} Else {
Write ##class(isc.py.Callout).SimpleString(,command)
}
Quit
]]></Routine>
</Export>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment