Variables [proposal]
Example variable declaration
let test = 12let users: string[] = ['Annie', 'John']Definition
let <variable_name>: <type>? = <value>Last updated
let test = 12let users: string[] = ['Annie', 'John'] let <variable_name>: <type>? = <value>Last updated