A list of all operators that can be used in DataEase

Return a json with a node for operators with a array of strings of all operators you can use in DataEase

Ex. strres := DEOS("@GetDefinition", "listoperators")

{
  "operators": [
    "<",
    "<=",
    "=",
    ">",
    ">=",
    ":=",
    "+",
    "-",
    "*",
    "/",
    "~",
    "?",
    "(",
    ")",
    ";",
    ":",
    ",",
    ".",
    "\"",
    "'",
    "@",
    "[",
    "]",
    "and",
    "or",
    "in groups",
    "in groups with group-totals",
    "in order",
    "in reverse",
    "all",
    "any",
    "not",
    "between",
    "to",
    "count of",
    "highest of",
    "lowest of",
    "mean of",
    "sum of",
    "blank",
    "item",
    "percent",
    "count",
    "sum",
    "lookup",
    "max",
    "mean",
    "min",
    "std.dev.",
    "std.err.",
    "variance",
    "text",
    "numeric string",
    "number",
    "date",
    "time",
    "all files",
    "file",
    "selected record",
    "lock nothing",
    "lock records",
    "lock files",
    "pause",
    "window"
  ],
  "result": "ok"
}

A list of all operators supported when this document was written