Thu Mar 30 2023 09:47:47 GMT+0000 (Coordinated Universal Time)
Saved by @RareSkills
function isNotZero(uint256 x) public pure returns (bool) { if (x) { // will not compile return true; } else { return false; } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments