Skip to content

Commit 6dd8565

Browse files
committed
$sequence always returns value incremented by 1
1 parent 8a1a64e commit 6dd8565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COSQuickRef.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ A list of some common ObjectScript expressions
108108

109109
| Action | Code |
110110
|--------------------------------------------------|---------------------------------------------------------------------|
111-
| Increment ^global by increment | `$increment(^global, increment)`<br>`$sequence(^global, increment)` |
111+
| Increment ^global by increment | `$increment(^global, increment)`<br>`$sequence(^global)` |
112112
| Match a regular expression | `Set matches = $match(string, regularexpression)` |
113113
| Display random integer from start to start+count | `Write $random(count) + start` |
114114

0 commit comments

Comments
 (0)