We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02dd4de + 56fd566 commit 1b64313Copy full SHA for 1b64313
1 file changed
src/cls/community/objectscript/ClassExample.cls
@@ -24,6 +24,8 @@ ClassMethod Namespace() As %String
24
ClassMethod OutputGlobal() As %Status
25
{
26
zw @(..#Global)
27
+
28
+ quit $$$OK
29
}
30
31
ClassMethod SetToTheGlobal(int As %Integer, str As %String) As %Status
@@ -34,6 +36,8 @@ ClassMethod SetToTheGlobal(int As %Integer, str As %String) As %Status
34
36
set @(..#Global)@("string")=$g(str)
35
37
set @(..#Global)@("today")=$zdate($H,2)
38
set @(..#Global)@("IRIS Version")=$ZVersion
39
40
41
42
43
0 commit comments