Skip to content

Commit 6b7c218

Browse files
authored
Merge pull request #11 from intersystems-community/back-to-42
back to 42
2 parents cc69a11 + c04efa7 commit 6b7c218

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)