LongLiteral
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Value any
- RawRepresentation string
- Priority readonly i32
- SourceContext SLThree
.ISourceContext
Примеры кода
- 2 + 2 * 2;
- i64 simple_name = 25;
- (i64 x, i64 y) = (5, 5);
- foreach (i64 x in new array { 1, 2, 3 })
- x;
- i = 1;
- cnt => cnt.i += 1(self);