Types [proposal]
List of prebuilt types:
string
string
let name = 'Mike'
int
int
let age = 29
float
float
let height = 189.3
array
array
let data: int[] = [1, 2, 3]
Last updated
Was this helpful?
string
let name = 'Mike'
int
let age = 29
float
let height = 189.3
array
let data: int[] = [1, 2, 3]
Last updated
Was this helpful?