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
6451c86b28c6e42cbe82b853898c0d2be0c365a1
wren
/
test
/
bool
/
not.wren
T
4 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add unary operators and variable assignment with precedence handling
2013-11-13 15:10:52 +00:00
io.write(!true) // expect: false
io.write(!false) // expect: true
io.write(!!true) // expect: true
Reference in New Issue
Copy Permalink