Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Literal

As opposed to Sub; represents simple, directly-embedded strings in the AST. These are the values that are immediately available, and do not need further evaluation.

(Functions that return this are usually also available as eval* versions that help you interpret subexpressions recursively; see Expression for more information.)

Hierarchy

  • Literal

Index

Properties

Properties

type

type: "literal"

value

value: string

Generated using TypeDoc