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