Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 29a7b11b9ac367cee469e9f69cbffba3 > files > 90

lout-doc-3.40-7.mga5.noarch.rpm

@Section
   @Title { "@Next" }
   @Tag { next }
@Begin
@PP
next.sym @Index { @@Next symbol }
The @@Next symbol returns its parameter
plus one.  It is rather clever at working this out:  it hunts through
the parameter from right to left, looking for a number to increment:
@ID @Code {
"@Next (3.99)"
}
has result {@Next (3.99)}.  If @@Next cannot find a digit inside
its parameter, it is an error.  Roman numerals are handled by storing
them in a database, as explained in Section {@NumberOf paras};
@@Next will not increment a Roman numeral.
@End @Section