BPL system variables are used in bot scripts, inside the Statement block. In this block, they are specified in the BPL-expression field.
The symbol before the variable name indicates its type:
@ — system variables (environment variables), read-only;
$ — user variables, created in the script and can be changed.
For more information about BPL variable types, see the article Variables.