mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 06:38:45 +01:00
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
unknown = "what"
|
|
// Error on last line since the variable is assumed to be implicitly defined
|
|
// until we hit the end and don't find it.
|
|
// expect error |