Translations:SVG-Dashboards/24/en: различия между версиями

Материал из Wiren Board
(Новая страница: «=== 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»)
 
(нет различий)

Текущая версия на 12:53, 4 августа 2023

Определение сообщения (SVG-Dashboards)
=== Условные выражения ===
Доступные операции:
* <code>></code> — больше
* <code>>=</code> — больше или равно
* <code><</code> — меньше
* <code><=</code> — меньше или равно
* <code>==</code> — равно
* <code>!=</code> — не равно

Conditional expressions

Available operations:

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