Content Type
Course
Duration
1h 30m
Level
Introductory
Learn the foundations of InterSystems ObjectScript and create scripts, variables, commands, and operators in InterSystems IRIS® data platform. Practice what you have learned in hands-on exercises.
Learning Objectives
- Define how variables are typed in InterSystems ObjectScript.
- Demonstrate how to search documentation to find more information about variable types.
- Demonstrate the use of
set,writeandkillto set variables, see what they contain, and remove them from memory. - Manipulate variables using arithmetic & built-in functions.
- Use logical operators to compare variables.
- Evaluate an if/else statement.
- Use
doto run a method. - Employ a loop in code.
Prerequisites
- Introduction to InterSystems Products and Technologies (online course, 30m)
- Creating an InterSystems Class Definition in VS Code (online course, 45m)
- Experience with object-oriented programming