varNamePrefix top-level constant

String const varNamePrefix

Prefix for variable names not defined by the user.

This lowers the chances of variable name collisions with user defined parameters.

Implementation

const String varNamePrefix = 'pigeonVar_';