Max Wash e430b7b2f1 lang: add var keyword for variable declarations
the var keyword allows greater control over what scope a
particular variable exists in. it clarifies whether a new
variable is being defined or an existing variable is being
assigned to. it will also facilitate the implementation of
global variables.
2025-04-15 11:02:47 +01:00
2025-04-14 09:43:31 +01:00
2024-12-16 20:57:30 +00:00
2024-12-16 20:57:30 +00:00
2024-11-01 21:41:44 +00:00
Description
Embeddable, message-based scripting language
1 MiB
Languages
C 96.7%
Vim Script 2%
CMake 1.3%