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
25bd182c5858158c56f638ca135337275a816066
wren
/
test
/
random
/
new_empty_sequence.wren
T
4 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a random module.
2015-10-17 11:03:15 -07:00
import "random" for Random
Random.new([]) // expect runtime error: Sequence cannot be empty.
Reference in New Issue
Copy Permalink