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
6b87a8400f219818f27780792d45c82e5eeedb8e
wren
/
test
/
assign_to_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