• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Suggestion] Unsigned integers
#3
Correct me if I'm wrong but isn't it a case that a 32 bit variable doesn't care what's stored in them and that we can already define custom tagged operators in pawn itself? And we've always been extending the language with plugins, adding new features and such.



Simply look at how float operators are defined in a_float.inc



There's these functions: floatadd, floatsub, floatmult and floatdiv. Surely similar ones could be integrated in the server package for unsigned integers.
[Image: qPwh60X.png]

  Reply


Messages In This Thread
Unsigned integers - by EvilShadeZ - 2020-05-31, 12:57 PM
RE: Unsigned integers - by Pinch - 2020-05-31, 09:48 PM
RE: Unsigned integers - by Josh - 2020-06-06, 07:42 PM
RE: Unsigned integers - by Pinch - 2020-08-05, 08:32 AM
RE: Unsigned integers - by EvilShadeZ - 2020-06-01, 04:18 AM

Forum Jump: