Skip to content

Commit 4a8d5dc

Browse files
committed
Some more formatting for ref/Additional ObjectScript Functions
1 parent d3980ae commit 4a8d5dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

COSQuickRef.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ A list of some common ObjectScript expressions
100100

101101
## Additional ObjectScript Functions
102102

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` |
108108

109109
## ObjectScript Special Variables
110110

0 commit comments

Comments
 (0)