File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ A list of some common ObjectScript expressions
100
100
101
101
## Additional ObjectScript Functions
102
102
103
- | Action | Code |
104
- | --------------------------------------------------| -------------------------------------------------------------|
105
- | Increment ^global by increment | ` $increment(^global, increment) ` <br > ` $sequence(^global, increment) ` |
106
- | Match a regular expression | ` Set matches = $match(string, regularexpression) ` |
107
- | Display random integer from start to start+count | ` Write $random(count) + start ` |
103
+ | Action | Code |
104
+ | --------------------------------------------------| --------------------------------------------------------------------- |
105
+ | Increment ^global by increment | ` $increment(^global, increment) ` <br >` $sequence(^global, increment) ` |
106
+ | Match a regular expression | ` Set matches = $match(string, regularexpression) ` |
107
+ | Display random integer from start to start+count | ` Write $random(count) + start ` |
108
108
109
109
## ObjectScript Special Variables
110
110
You can’t perform that action at this time.
0 commit comments