Le mardi 26 octobre 2010 à 13:32 -0700, mathk a écrit :
> Hi,
>
> In the documentation there is a small type at this page:
>
http://api.iliadproject.org/#Short-tutorial>
> Section: Action methods
>
> In the following example:
> contents [
> ^[:e |
> e h1: self count printString.
> e a
> action: [self increase];
> text: '++'.
> e a
> action: [self decrease];
> text: '++']
> ]
>
>
> I guess you want to say
>
>
> e a
> action: [self decrease];
> text: '--'
>
> instead of '++'
Thanks Mathieu, it's fixed :)
Nico