Boolean variable <var> is either assigned value <boolean> with "=" clause, or it is assigned "false" if equal clause ("=") is omitted.
If "process-scope" clause is used, then boolean is of process scope, meaning its value will persist from one request to another for the life of the process.
Examples
Assign "true" value to boolean variable "my_bool":