pragma solidity ^0.4.7; library Assert { function equal(uint a, uint b, string text) { //return a == b; } }