Abinandhan
04/11/2020, 3:29 PMKroppeb
04/11/2020, 3:33 PMShawn
04/11/2020, 3:34 PMKroppeb
04/11/2020, 3:35 PMShawn
04/11/2020, 3:35 PMAbinandhan
04/11/2020, 3:35 PMAbinandhan
04/11/2020, 3:35 PMKroppeb
04/11/2020, 3:35 PM5
isn't mutableShawn
04/11/2020, 3:35 PMKroppeb
04/11/2020, 3:36 PM+=
is plusAssign() not plus()
Kroppeb
04/11/2020, 3:36 PMKroppeb
04/11/2020, 3:36 PMx.plus(y)
is equivalent with x+y
Kroppeb
04/11/2020, 3:36 PMShawn
04/11/2020, 3:37 PMif
works as an expressionKroppeb
04/11/2020, 3:37 PMif
is a statement hereShawn
04/11/2020, 3:38 PMShawn
04/11/2020, 3:38 PMelse
for thatShawn
04/11/2020, 3:39 PMAbinandhan
04/11/2020, 3:39 PMKroppeb
04/11/2020, 3:40 PMvar
is marked as the value is never changedKroppeb
04/11/2020, 3:40 PM+=
as there, the value does changeOrhan Tozan
04/11/2020, 10:59 PM