We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdeb81 commit 9f38d0bCopy full SHA for 9f38d0b
1 file changed
src/iris/dc/sample/ObjectScript.cls
@@ -4,7 +4,7 @@ Class dc.sample.ObjectScript
4
ClassMethod Test() As %Status
5
{
6
set a=42
7
- write "Hello World!",!
+ write "Hello Evgeny!",!
8
write "This is InterSystems IRIS with version ",$zv,!
9
write "Current time is: "_$zdt($h,2)
10
return a
0 commit comments