Files
ivy/lang/ast
Max Wash 84e52b1649 lang: ast: replace var keyword with global
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.
2025-09-08 15:52:29 +01:00
..
2025-05-08 22:30:23 +01:00
2025-04-17 23:15:48 +01:00
2024-12-08 12:28:47 +00:00