Skip to content

Commit c04efa7

Browse files
authored
42 back
1 parent cc69a11 commit c04efa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iris/dc/sample/ObjectScript.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ClassMethod Test() As %Status
55
{
66
set a=42
77
write "It works!",!
8-
return 42
8+
return a
99
}
1010

1111
}

0 commit comments

Comments
 (0)