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