local value = nil (Foo :: any):Call() local tbl = {} (Foo :: any):Call()
... will add semicolons unnecessarily, leading to ...
local value = nil; (Foo :: any):Call() local tbl = {}; (Foo :: any):Call()
We don't need to add semicolons here, as they are not ambiguous statements. We would only need a semicolon if nil
and {}
were instead an identifier.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4