Skip to content

Commit 1b64313

Browse files
authored
Merge pull request #4 from Frisle/patch-1
FIX: the return values
2 parents 02dd4de + 56fd566 commit 1b64313

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/cls/community/objectscript/ClassExample.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ ClassMethod Namespace() As %String
2424
ClassMethod OutputGlobal() As %Status
2525
{
2626
zw @(..#Global)
27+
28+
quit $$$OK
2729
}
2830

2931
ClassMethod SetToTheGlobal(int As %Integer, str As %String) As %Status
@@ -34,6 +36,8 @@ ClassMethod SetToTheGlobal(int As %Integer, str As %String) As %Status
3436
set @(..#Global)@("string")=$g(str)
3537
set @(..#Global)@("today")=$zdate($H,2)
3638
set @(..#Global)@("IRIS Version")=$ZVersion
39+
40+
quit $$$OK
3741
}
3842

3943
}

0 commit comments

Comments
 (0)