Skip to content

Commit

Permalink
boolean operators && and ||
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-litman committed Feb 17, 2024
1 parent 2923ff8 commit 3b6c32b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/code.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ const (

OpTrue // Push a true value to the stack
OpFalse // Push a false value to the stack
OpAnd // Pop the top two elements of the stack and perform a boolean AND, push the result to the stack
OpOr // Pop the top two elements of the stack and perform a boolean OR, push the result to the stack

// Comparison Opcodes

Expand Down

0 comments on commit 3b6c32b

Please sign in to comment.