BinaryAssign
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Left SLThree
.BaseExpression - Right SLThree
.BaseExpression - Priority readonly i32
- Operator readonly string
- SourceContext SLThree
.ISourceContext
Примеры кода
- a = b = c = d = 10; //Все переменные получат одно и то же значение
- i = 1;
- cnt => cnt.i += 1(self);
- i64 simple_name = 25;
- (i64 x, i64 y) = (5, 5);
- foreach (i64 x in new array { 1, 2, 3 })
- x;