Using spaces in SRL expressions

Spaces are generally ignored, i.e. the expression 1 + 1 is equivalent to 1+1.

When a column name contains a space, it must be enclosed in brackets:

[Net Profit].

String values must be enclosed within double quotes.

"HELLO" represents a string value.

Any spaces, tabs, and newlines within the double quotes are considered a part of the value.

The string "HELLO" is not equivalent to the string "H E L L O".

In certain situations, spaces are required, e.g. when using operators as they require at least a single enclosing space.