Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [golo-dev] Increment an Integer

Hello Vincent,

indeed, there is no `++` nor `+=` operator if it's what you mean.


Le 27 octobre 2016 01:21:54 GMT+02:00, Vincent <vvanderleun@xxxxxxxxxxxx> a écrit :
>Hello,
>
>Is it correct that an Integer instance in Golo can only be increased
>with code like this:
>
># Example code from an augmented Struct:
>this:_index(this:_index() + 1)
>
>...or did I miss something?
>
>Regards,
>Vincent
>_______________________________________________
>golo-dev mailing list
>golo-dev@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/golo-dev

-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.


Back to the top