The False Environment Object (.false)

The environment object .false simply allows for retrieving the value 0 stored in the environment directory .environment, which is the value used in Rexx to represent the boolean value "false" ("not true"). You can use the environment symbol .false instead of the literal 0 to make clear that you are using a boolean value (and not a number or a string).