Files
wren/test/language/assignment/undefined.wren

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