{
  "type": "BinaryExpression",
  "operator": ">=",
  "left": {
    "type": "Identifier",
    "name": "num"
  },
  "right": {
    "type": "Literal",
    "value": 100,
    "raw": "100"
  }
}
