TTokenParenthesis Class
A parenthesis surrounding the last token. Note that this token is not used in the formula (since RPN doesn't need parenthesis) but it is there so Excel can display them.
Syntax
Unit: FlexCel.Core
TTokenParenthesis = class(TToken);
Constructors
| Name |
Description |
| Create |
Creates a new parenthesis token.
|