mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
3 lines
67 B
Solidity
3 lines
67 B
Solidity
uint constant x = uint(ufixed(0));
|
|
int constant y = int(fixed(0));
|