コード例 #1
0
ファイル: CatPrimitives.cs プロジェクト: catb0t/cat-language
 public static Bit sub_bit(Bit x, Bit y) { return x.sub(y); }