Numeric
Numeric variables are one of two variable types available in BR.
- All normal Variable Naming Requirements apply
- May not end with a $
Example
00010 let a = 10 00020 let a += 1 00030 let b = 2 * a + 1
To learn more about the use of numeric variables, refer to the Numeric operators section