mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
There's a lot of changes here and surely some rough edges to iron out. Also, I need to update the docs. But I want to get closer to landing this so I can build on it.
4 lines
219 B
Plaintext
4 lines
219 B
Plaintext
// Should execute the module:
|
|
// expect: ran module
|
|
import "./module" for DoesNotExist // expect runtime error: Could not find a variable named 'DoesNotExist' in module './test/language/module/unknown_variable/module'.
|