#2341 - Drop SET_NOPREEVAL symbol and directive

Identifier #2341
Issue type Feature request or suggestion
Title Drop SET_NOPREEVAL symbol and directive
Status Completed
Handling member Chris Graham
Addon core
Description We can just use the existing "-" hint for the symbol.

E.g.

{$SET_NOPREEVAL,foo,bar}

can just be

{$SET-,foo,bar}


For the directive, we can wrap with the NO_PREPROCESSING directive, which is also already supported.


Making these changes will simplify Tempcode a bit, in terms of understanding, consistency, and code complexity.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated