Files
wren/test/io/read_arg_not_string.wren
T

2 lines
64 B
Plaintext
Raw Normal View History

2015-01-11 21:47:29 -08:00
IO.read(null) // expect runtime error: Prompt must be a string.