Variables

Variables in Lem are likely as you might expect. They are defined with this basic syntax:

let name = value;

They can be of many types, including strings, booleans, integers, and arrays. See the respective pages in this chapter for more information.