Currently we use `/` as a "divide" operator. It is quite standard, but it prevents defining it as an aliasing macros like `#macro / { LOOP_BREAK }`. Renaming '/' as an escaped construct (i.e. `\/`) is an option.
Currently we use
/as a "divide" operator. It is quite standard, but it prevents defining it as an aliasing macros like#macro / { LOOP_BREAK }.Renaming '/' as an escaped construct (i.e.
\/) is an option.