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
8651d9c12a9c8803342086a084c13f1625a800fb
wren
/
test
/
assignment
/
grouping.wren
T
3 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Unary operators and variable assignment.
2013-11-13 07:10:52 -08:00
var a = "a"
(a) = "value" // expect error
Reference in New Issue
Copy Permalink