pragma solidity ^0.4.15; contract demo1 { uint private sellerBalance=0; function add(uint value) returns (bool){ sellerBalance += value; } }
0.4.0