Skip to main content

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

Hi Vincent,

This is indeed how it works. 

- Julien 

> On 27 Oct 2016, at 01:21, Vincent <vvanderleun@xxxxxxxxxxxx> wrote:
> 
> 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



Back to the top