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
1266578a4e57b2ae8caf5f4f719d464609402226
wren
/
test
/
assign_to_prefix_operator.wren
T
3 lines
41 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