bitcoin-sv / sol2scrypt

Solidity to sCrypt Transplier
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

support bytes.length #122

Open zhfnjust opened 2 years ago

zhfnjust commented 2 years ago
string s = "aa";

uint256 a = bytes(s).length;