We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc69a11 + c04efa7 commit 6b7c218Copy full SHA for 6b7c218
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