• Introduction
    • Getting Eve
      • Linux
      • Mac
      • Windows
      • Docker
      • npm
    • Running Eve
    • Getting Help
  • Eve Programs
    • Programming Model
    • Sets
    • Literate Programming
    • Blocks
  • Core Language
    • Records
      • Tags
      • not
    • Equivalence
      • Equality
      • Inequality
      • Joins
    • Actions
      • search
      • bind
      • commit
    • Expressions
      • Functions
      • Aggregates
      • if-then
      • is
      • String Interpolation
    • Update Operators
      • Add: +=
      • Set: :=
      • Remove: -=
      • Merge <-
  • Databases
    • Standard Library
      • General
      • Math
      • Strings
      • Statistics
      • Date & Time
    • @session
    • @browser
    • @event
      • click
    • @http
    • @view
  • Appendix
    • Grammar
    • CommonMark
    • Glossary
  • Guides
    • Eve for Programmers
    • Style Guide
  • Tutorials
    • Quickstart

Core Language

See Also

records | equivalence | actions | expressions | update operators | databases