BinaryAdd
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Left SLThree
.BaseExpression - Right SLThree
.BaseExpression - Priority readonly i32
- Operator readonly string
- SourceContext SLThree
.ISourceContext
Примеры кода
- 2 + 2 * 2;
- i = 1;
- cnt => cnt.i += 1(self);