Ad
  • Custom User Avatar

    But here you should be careful. Because '/' is integer division.
    So (a / 2) * 3 is not same as (a * (3 / 2)) i.g. a == 1
    My gut tells me that this additional feature will be implemented through many crutches :)