mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
If a capitalized name cannot be resolved, a new top-level variable with its name is implicitly declared. If a real definition is not found later, a compile time error is raised. Mutual recursion at the top level works now! Fix #101. Fix #106.