Help centerConsole

Getting Started

IntroductionCreate a projectSetup Blutui CourierFolder StructureRunning Your ProjectIntelliSense

AI Components

Getting started

Courier

Getting startedCommandsConfiguration
Upgrade

Cassettes

Getting Started

Canvas

ExpressionsFilters & functionsCanvasTemplatingVariables
constantdefineddivisible byemptyeveniterablenulloddsame as
Help centerConsole
DocumentationAPI ReferenceGuidesChangelog
Tests

null

The null test returns true if the variable is null.

{{ var is null }}

none is an alias for null.

Last updated on

iterable

The iterable test checks if a variable is an array or a traversable object.

odd

The odd test returns true if the given number is odd.