We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789aa83 commit c4a0a2eCopy full SHA for c4a0a2e
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 Evgeny!",!
+ write "Hello World!",!
8
write "This is InterSystems IRIS with version ",$zv,!
9
write "Current time is: "_$zdt($h,2)
10
return a
0 commit comments