| Fork T | +Fork T+1 | +
|---|---|
| + + + + ```python + # EIP-1234: The dingus is the rate of fleep + dingus = a + b + dingus += c ^ d + dingus /= fleep(e) + ``` + + | + ++ + ```python + # EIP-1234: The dingus is the rate of fleep + dingus = a + b + + # EIP-4567: Frobulate the dingus + dingus = frobulate(dingus) + + dingus += c ^ d # <- + dingus /= fleep(e) # <- + ``` + + | + +