379380381382383384385
/** * !b */ public Block not(int line, Block b) { return new NotBlock(b); }
355356357358359360361
382383384385386387388