Recap of Part 2
In Part 2, you learned about the features that make ObjectScript really interesting and powerful:
- 
Almost everything is a string, even when it's a number or a list. 
- 
The incredible pattern match operator. 
- 
A lot of functions for strings and lists. 
- 
How to work with dates. 
- 
How to write your own functions. 
- 
How to use the Caché debugger. 
- 
Arrays, ordered trees, and globals. 
- 
How to test whether variables exist using the $Data function. 
- 
How easy it is to create a database and indices.