Skip to content

Once

Evaluates the given sequence only once. Use it to perform actions that permanently modify the state of the site, such as logging in or setting a cookie.

Syntax

Sequence.Once
   ยท  [seq]

Parameters

seq
A sequence to evaluate.

Return Value

A sequence with a single void output.