84e52b1649c21162b5c661f180023a0ad0f5b67e
local variables are now created automatically when they are first assigned to. the global keyword can be used to declare that a name refers to a global variable instead, at which point, assigning to the name results in the assignment referencing the global variable instead of allocating a new global variable.
Description
Embeddable, message-based scripting language
Languages
C
96.7%
Vim Script
2%
CMake
1.3%