This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
15561be89b54c24737956706f16f0594a6af9f5a
wren
/
test
/
list
/
subscript_too_large.wren
T
3 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Better argument validation for core methods.
2014-01-03 10:47:26 -08:00
var a = [1, 2, 3]
a[4] // expect runtime error: Subscript out of bounds.
Reference in New Issue
Copy Permalink