Index//Top/PPL/Keywords
const
Syntax const <variable name>
Description
Use the const modifier to make a variable value unmodifiable.