|
|
Manual Page ViewerName: DECREMENT Section: Variables
<decrement NAME &key [BY=AMOUNT]
Description:
Subtract AMOUNT (default 1) from the contents of the variable named by VARNAME.
<set-var foo=1> <get-var foo> ==> 1 <decrement foo> <get-var foo> ==> 0
Also see
Edit Pointer
![]() The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox Found a bug? Send mail to bug-manual@metahtml.org |