You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should work on any type whose underlying type is uint256. They will implicitly demote. We should support +, -, *, and /, with their usual semantics (/ always rounds down). Once added, we should support < and > in conditions as well.
This is of somewhat lesser importance, as it is not part of the core language.
The text was updated successfully, but these errors were encountered:
These should work on any type whose underlying type is
uint256
. They will implicitly demote. We should support+
,-
,*
, and/
, with their usual semantics (/
always rounds down). Once added, we should support<
and>
in conditions as well.This is of somewhat lesser importance, as it is not part of the core language.
The text was updated successfully, but these errors were encountered: