--[[ block comment -- no action (comment) --]] --print(10) -- no action (comment) local name: string, age: number = "Stella", 25 local age: number = name; name = 10 local is_student: boolean = true local what_is_that: unknown; what_is_that = 10 what_is_that = true a[1] = b[2]