Recap of Part 1
Here's what you learned in Part 1:
-
What an InterSystems IRIS class definition looks like, and how to write class methods.
-
How to use VS Code - ObjectScript and the Terminal.
-
ObjectScript commands: Write, Read, Set, Kill, Do, Quit, Return, and Continue, including post-conditional and argumentless versions.
-
ObjectScript constructs: If, For, While, Do/While, Try/Catch.
-
Proper syntax, and some common errors you may encounter.