Files
wren/test/language/variable/undefined_global.wren

4 lines
181 B
Plaintext

// Error is on last line because this assumes "notDefined" is an implicitly
// defined global until it reaches the end of the file.
System.print(notDefined) // expect error line 4