ru en

LongLiteral

Иерархия: anySLThree.BaseExpressionSLThree.LiteralLiteral<i64>SLThree.LongLiteral

Интерфейсы: SLThree.ExecutionContext.IExecutable, System.ICloneable

Элементы

Примеры кода

  1. 2 + 2 * 2;
  1. i64 simple_name = 25;
  2. (i64 x, i64 y) = (5, 5);
  3. foreach (i64 x in new array { 1, 2, 3 })
  4.     x;
  1. i = 1;
  2. cnt => cnt.i += 1(self);