We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc69a11 commit c04efa7Copy full SHA for c04efa7
1 file changed
src/iris/dc/sample/ObjectScript.cls
@@ -5,7 +5,7 @@ ClassMethod Test() As %Status
5
{
6
set a=42
7
write "It works!",!
8
- return 42
+ return a
9
}
10
11
0 commit comments