William Djaja Tjokroaminata <billtj / z.glue.umd.edu> writes:

> Hi,
> 
> Based on some comments that I received, I slightly modified Items 9 and 11
> and added Item i:
> 
>     9. ... To increment a number, simply write x += 1.
> 
>    11. ... The reason for this language design and some more examples can
>        be found at
>
>        http://www.rubygarden.org/iowa/faqtotum/abN18mrYFE49E/c/1.13.3.3.5.

I'm afraid you can't store persistent references to the online FAQ
like this: these are Iowa session references and they're volatile. I'm
going to be rewriting Faqtotum using different technologies and
publishing the comparisons. You'll soon be able to do something like

         http://www.rubygarden.org/iowa/faqtotum/entry_at/8/2

to reference the second entry in section 8, or

         http://www.rubygarden.org/iowa/faqtotum/entry/123

to reference the entry with ID 123, no matter where it appears in the
FAQ (so, for example, if an entry is moved between sections, the
first form will fail, but the second will not)


Cheers


Dave