Variables

Description

Variables in Solar are defined by using the let keyword. This functionality will later be replaced by a strongly-typed system consisting of the types s8, u8, s16, u16, and so on.

Example

let name = 3;