Skip to main content

NIM

Variables

Create and store variables using NIM's variable library. Variables are supported in the following features:

To get started, Create a variable.

There are two types of variables:

Constant

A fixed string.

JavaScript

A JavaScript snippet which returns a string.

Each variable is either user-defined (custom and editable), or system-defined (built in and not editable).