User bio
Senior Applications Developer at InterSystems based out of Boston
Member since Dec 19, 2022
Posts:
Replies:
Certifications & Credly badges:

Global Masters badges:


Followers:
Following:
Cole has not followed anybody yet.
Senior Applications Developer at InterSystems based out of Boston
I also found one slight difference between the two:
ED>set a = -1
ED>d $I(a, 1) zw "test"
"test"
ED>zw a
a=0
vs.
ED>set a = -1
ED>i $I(a, 1) zw "test"
ED>zw a
a=0