Skip to content

Commit f777362

Browse files
committed
add version and time for interaction
1 parent 76e8882 commit f777362

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/iris/dc/sample/ObjectScript.cls

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Class dc.sample.ObjectScript
44
ClassMethod Test() As %Status
55
{
66
set a=43
7-
write "Hello Banksia!",!
7+
write "Hello World!",!
8+
write "This is InterSystems IRIS with version ",$zv,!
9+
write "Current time is: "_$zdt($h,2)
810
return a
911
}
1012

0 commit comments

Comments
 (0)