Decr
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Numeric functions > Decr |
Description
Decrement a variable by 1.
Syntax
Decr Variable
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Variable |
Numeric |
No |
Any numeric variable |
Remarks
Restrictions
See also
Examples