Skip to main content
Mod Removes Wiki by Doorknob
corrected description
Source Link
Toothbrush
  • 3.3k
  • 1
  • 19
  • 28

You can use -~s instead of +s+1, and ~-s instead of +s-1, if s is a string containingor a number between -(2^31)-1 and 2^31-1.

You can use -~s instead of +s+1, and ~-s instead of +s-1, if s is a string containing a number between -(2^31) and 2^31-1.

You can use -~s instead of +s+1, and ~-s instead of +s-1, if s is a string or a number between -(2^31)-1 and 2^31.

Source Link
Toothbrush
  • 3.3k
  • 1
  • 19
  • 28

You can use -~s instead of +s+1, and ~-s instead of +s-1, if s is a string containing a number between -(2^31) and 2^31-1.