BaseLoopStatement
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- LoopBody array<SLThree
.BaseStatement > - SourceContext SLThree
.ISourceContext
Примеры кода
- i64 simple_name = 25;
- (i64 x, i64 y) = (5, 5);
- foreach (i64 x in new array { 1, 2, 3 })
- x;