Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

Intro to Part 2

In this part, you'll learn about some distinctive features of ObjectScript.

  • Almost everything is a string, even when it's a number or a list.

  • The pattern match operator and $Match for regular expressions.

  • A lot of functions for strings, lists, and bitstrings.

  • How to work with dates.

  • How to work with JSON.

  • Arrays, ordered trees, globals, $Increment, and $Sequence.

  • How to test whether variables and global nodes exist using $Data.

  • How easy it is to create a database and indexes.

Read Using Multidimensional Storage (Globals) for more information about globals.

FeedbackOpens in a new tab