THE META-HTML LANGUAGE REFERENCE MANUAL

[TOC]

Manual Page Viewer

Name: INCREMENT

Section: Variables


Synopsis:

    <increment NAME &key [BY=AMOUNT]

Description:

    Add AMOUNT (default 1) to the contents of the variable named by VARNAME.

    <set-var foo=1>
    <get-var foo> ==> 1
    <increment foo>
    <get-var foo> ==> 2

    Also see decrement.

Edit Pointer
Function Index
Variable Index
Variable Editor


The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox
Found a bug? Send mail to bug-manual@metahtml.org