You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CompactStar — Today at 10:29 AM
my feedback for SW3:
replace m3/5 with m3 ~%~ 5
Maybe replace % with something else if there's any other symbols available, because of the engrained association with modulo. I think // could work considering you aren't using it for comments IIRC See Replace PEMDAS division operator with // #403
The text was updated successfully, but these errors were encountered:
CompactStar — Today at 10:29 AM
my feedback for SW3:
m3/5
withm3 ~%~ 5
Maybe replaceSee Replace PEMDAS division operator with // #403%
with something else if there's any other symbols available, because of the engrained association with modulo. I think//
could work considering you aren't using it for comments IIRCThe text was updated successfully, but these errors were encountered: