Translations:SVG-Dashboards/24/en

Материал из Wiren Board
Версия от 12:53, 4 августа 2023; A.Degtyarev (обсуждение | вклад) (Новая страница: «=== Conditional expressions === Available operations: * <code>></code> — greater than * <code>>=</code> — greater than or equal to * <code><</code> — less than * <code><=</code> — less than or equal to!N !* <code>==</code> — equals * <code>!=</code> — not equal»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

Conditional expressions

Available operations:

  • > — greater than
  • >= — greater than or equal to
  • < — less than
  • <= — less than or equal to!N !* == — equals
  • != — not equal