Files
wren/test/io/file/read_nonexistent.wren
T

4 lines
98 B
Plaintext
Raw Normal View History

import "io" for File
File.read("nonexistent") // expect runtime error: no such file or directory