Result incorrect when using ~
to invert a single bit variable
#22
Labels
bug
Something isn't working
~
to invert a single bit variable
#22
Description
When using
~
to invert a single bit of0
, the result should be1
.When using
~
to invert a single bit of1
, the result should be0
.Scenario Code
Expected Output or Behaviour
Error Message from PSSGen or JAVA
Additional Context (Optional)
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered: