seafoamGreen top-level constant

String const seafoamGreen

Note that I am color coding the LUA AST as follows:

  • Memory -> Green
  • Yellow -> Control Flow
  • Pink -> Non-Lua AST constructs
  • Grey -> User variable names
  • Muave -> Literal Values
  • Black -> Binary Operators (math)
  • Blue -> Variable initialization

Implementation

const String seafoamGreen = '#9FE2BF';