好玩的 modifier
Solidity 0.4.0 版以後, modifier 的寫法, 將 _ 改成 _;
用法是這樣, 如果有個
function a() m1 { //a() code here }
function b() m1 { //b() code here }