Specific examples. Note that declaring a type in a constant (when appropriate) may be useful to the compiler.
// Only visible to the local file const localFileConstant string = "Constant Value with limited scope" // Exportable constant const GlobalConstant string = "Everyone can use this"
Speedy99 May 13 '16 at 17:39 2016-05-13 17:39
source share