Variables [proposal]
Example variable declaration
Variable must be of one of known Types.
let test = 12
let users: string[] = ['Annie', 'John']
Definition
let <variable_name>: <type>? = <value>
Last updated
Was this helpful?