all property

List<String> all
final

List of all MiniScript keywords

Implementation

static final List<String> all = [
  "break",
  "continue",
  "else",
  "end",
  "for",
  "function",
  "if",
  "in",
  "isa",
  "new",
  "null",
  "then",
  "repeat",
  "return",
  "while",
  "and",
  "or",
  "not",
  "true",
  "false",
];