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