readBool method

bool readBool ()

Implementation

bool readBool() {
  return readOpCode() == OpCode.pusht;
}