Skip to main content

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

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


Back to the top