Skip to content

Commit

Permalink
Clarify usage of INC/DEC on only integer quantities.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsc committed Mar 15, 2021
1 parent 2399539 commit 3f7aefe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,9 @@ General Statements
equivalent to "_var_ = _var_ - 1",
but faster.

_var_ can be any integer variable or
integer array element.


**Allocate An Array**
**DIM _arr_(_size_) [type], .../ DI.**
Expand Down Expand Up @@ -1670,6 +1673,9 @@ General Statements
equivalent to "_var_ = _var_ + 1",
but faster.

_var_ can be any integer variable or
integer array element.


**Pauses Execution**
**PAUSE _num_ / PA.**
Expand Down

0 comments on commit 3f7aefe

Please sign in to comment.