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
8fa4f9c1bb52c9b703889a07871e9e8c3a60ebb6
wren
/
test
/
number
/
bitwise_and_operand_not_num.wren
T
2 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add bitwise AND and OR operators for numbers with 32-bit unsigned semantics
2014-02-24 15:27:43 +00:00
1 & false // expect runtime error: Right operand must be a number.
Reference in New Issue
Copy Permalink