Module egglang::expression

source ·
Expand description

Expression and Value types

Enums§

  • An expression is a piece of code that can be evaluated into a Value.
  • A primitive in Egg; can be a number, boolean, string, function, or an object.