PN_INT_MATH       139 core/number.c  static PN potion_int_add(Potion *P, PN cl, PN self, PN num) { PN_INT_MATH(+) }
PN_INT_MATH       144 core/number.c  static PN potion_int_sub(Potion *P, PN cl, PN self, PN num) { PN_INT_MATH(-) }
PN_INT_MATH       149 core/number.c  static PN potion_int_mult(Potion *P, PN cl, PN self, PN num) { PN_INT_MATH(*) }
PN_INT_MATH       154 core/number.c  static PN potion_int_div(Potion *P, PN cl, PN self, PN num) { PN_INT_MATH(/) }
PN_INT_MATH       160 core/number.c  static PN potion_int_rem(Potion *P, PN cl, PN self, PN num) { PN_INT_MATH(%) }