contract kadowari { function nomi() public { this.nokogiri(102); } function nokogiri(int256 a) public { // ... } }