@@ -11,7 +11,7 @@ title: "Standard Library"
11
11
<table class =" libitem " >
12
12
<tr >
13
13
<td colspan="2">
14
- <b>gather/sort</b> - Generates an ordering for a set
14
+ <b>gather/sort</b> - generates an ordering for a set
15
15
</td>
16
16
</tr >
17
17
54
54
<table class =" libitem " >
55
55
<tr >
56
56
<td colspan="2">
57
- <b>gather/count</b> - Returns the number of elements in a set
57
+ <b>gather/count</b> - returns the number of elements in a set
58
58
</td>
59
59
</tr >
60
60
<tr >
90
90
<table class =" libitem " >
91
91
<tr >
92
92
<td colspan="2">
93
- <b>gather/sum</b> - Returns the sum of values in a set of attributes
93
+ <b>gather/sum</b> - returns the sum of values in a set of attributes
94
94
</td>
95
95
</tr >
96
96
@@ -130,7 +130,7 @@ commit
130
130
<table class =" libitem " >
131
131
<tr >
132
132
<td colspan="2">
133
- <b>math/floor</b> - Rounds a number down
133
+ <b>math/floor</b> - rounds a number down
134
134
</td>
135
135
</tr >
136
136
157
157
<table class =" libitem " >
158
158
<tr >
159
159
<td colspan="2">
160
- <b>math/ceiling</b> - Rounds a number up
160
+ <b>math/ceiling</b> - rounds a number up
161
161
</td>
162
162
</tr >
163
163
184
184
<table class =" libitem " >
185
185
<tr >
186
186
<td colspan="2">
187
- <b>math/round</b> - Rounds a number to the nearest integer
187
+ <b>math/round</b> - rounds a number to the nearest integer
188
188
</td>
189
189
</tr >
190
190
211
211
<table class =" libitem " >
212
212
<tr >
213
213
<td colspan="2">
214
- <b>math/sin</b> - Sine of an angle
214
+ <b>math/sin</b> - sine of an angle
215
215
</td>
216
216
</tr >
217
217
238
238
<table class =" libitem " >
239
239
<tr >
240
240
<td colspan="2">
241
- <b>math/cos</b> - Cosine of an angle
241
+ <b>math/cos</b> - cosine of an angle
242
242
</td>
243
243
</tr >
244
244
265
265
<table class =" libitem " >
266
266
<tr >
267
267
<td colspan="2">
268
- <b>math/tan</b> - Tangent of an angle
268
+ <b>math/tan</b> - tangent of an angle
269
269
</td>
270
270
</tr >
271
271
292
292
<table class =" libitem " >
293
293
<tr >
294
294
<td colspan="2">
295
- <b>math/max</b> - The greater of two values
295
+ <b>math/max</b> - the greater of two values
296
296
</td>
297
297
</tr >
298
298
322
322
<table class =" libitem " >
323
323
<tr >
324
324
<td colspan="2">
325
- <b>math/min</b> - The lesser of two values
325
+ <b>math/min</b> - the lesser of two values
326
326
</td>
327
327
</tr >
328
328
352
352
<table class =" libitem " >
353
353
<tr >
354
354
<td colspan="2">
355
- <b>math/mod</b> - Modulo division
355
+ <b>math/mod</b> - modulo division
356
356
</td>
357
357
</tr >
358
358
531
531
<table class =" libitem " >
532
532
<tr >
533
533
<td colspan="2">
534
- <b>random/number</b> - Generates a random number between 1 and 0
534
+ <b>random/number</b> - generates a random number between 1 and 0
535
535
</td>
536
536
</tr >
537
537
@@ -567,7 +567,7 @@ commit
567
567
<table class =" libitem " >
568
568
<tr >
569
569
<td colspan="2">
570
- <b>string/replace</b> - Replaces a string of text with another
570
+ <b>string/replace</b> - replaces a string of text with another
571
571
</td>
572
572
</tr >
573
573
597
597
<table class =" libitem " >
598
598
<tr >
599
599
<td colspan="2">
600
- <b>string/get</b> - Gets a character from a specific location in a string
600
+ <b>string/get</b> - gets a character from a specific location in a string
601
601
</td>
602
602
</tr >
603
603
626
626
<table class =" libitem " >
627
627
<tr >
628
628
<td colspan="2">
629
- <b>string/uppercase</b> - Converts a string to uppercase
629
+ <b>string/uppercase</b> - converts a string to uppercase
630
630
</td>
631
631
</tr >
632
632
653
653
<table class =" libitem " >
654
654
<tr >
655
655
<td colspan="2">
656
- <b>string/lowercase</b> - Converts a string to lowercase
656
+ <b>string/lowercase</b> - converts a string to lowercase
657
657
</td>
658
658
</tr >
659
659
680
680
<table class =" libitem " >
681
681
<tr >
682
682
<td colspan="2">
683
- <b>string/index-of</b> - Returns the position of the first occurrence of a specified value in a string
683
+ <b>string/index-of</b> - returns the position of the first occurrence of a specified value in a string
684
684
</td>
685
685
</tr >
686
686
708
708
<table class =" libitem " >
709
709
<tr >
710
710
<td colspan="2">
711
- <b>string/codepoint-length</b> - Returns the length of a string in Unicode code points.
711
+ <b>string/codepoint-length</b> - returns the length of a string in Unicode code points.
712
712
</td>
713
713
</tr >
714
714
@@ -1870,11 +1870,11 @@ commit
1870
1870
<tr>
1871
1871
<td>
1872
1872
<ul>
1873
- <li><strong>path</strong> - The path of the file to be written.</li>
1874
- <li><strong>encoding</strong> - (optional) - The encoding of the file. The default is utf-8.</li>
1875
- <li><strong>contents</strong> - The string that will be written to the file</li>
1876
- <li><strong>error</strong> - (optional) - If an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li>
1877
- <li><strong>#file/complete</strong> - When the contents are written successfully, the record will be tagged #file/complete.</li>
1873
+ <li><strong>path</strong> - the path of the file to be written.</li>
1874
+ <li><strong>encoding</strong> - (optional) - the encoding of the file. The default is utf-8.</li>
1875
+ <li><strong>contents</strong> - the string that will be written to the file</li>
1876
+ <li><strong>error</strong> - (optional) - if an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li>
1877
+ <li><strong>#file/complete</strong> - when the contents are written successfully, the record will be tagged #file/complete.</li>
1878
1878
</ul>
1879
1879
</td>
1880
1880
<td>
@@ -1898,8 +1898,8 @@ commit
1898
1898
<tr>
1899
1899
<td>
1900
1900
<ul>
1901
- <li><strong>code</strong> - The error code</li>
1902
- <li><strong>message</strong> - The error message</li>
1901
+ <li><strong>code</strong> - the error code</li>
1902
+ <li><strong>message</strong> - the error message</li>
1903
1903
</ul>
1904
1904
</td>
1905
1905
<td>
@@ -1929,7 +1929,7 @@ Write text to the console
1929
1929
<tr>
1930
1930
<td>
1931
1931
<ul>
1932
- <li><strong>text</strong> - The text to write to the console. Text will also be written to stdout.</li>
1932
+ <li><strong>text</strong> - the text to write to the console. Text will also be written to stdout.</li>
1933
1933
</ul>
1934
1934
</td>
1935
1935
<td>
@@ -1953,7 +1953,7 @@ commit
1953
1953
<tr>
1954
1954
<td>
1955
1955
<ul>
1956
- <li><strong>text</strong> - The text to write to the console.</li>
1956
+ <li><strong>text</strong> - the text to write to the console.</li>
1957
1957
</ul>
1958
1958
</td>
1959
1959
<td>
@@ -1977,7 +1977,7 @@ commit
1977
1977
<tr>
1978
1978
<td>
1979
1979
<ul>
1980
- <li><strong>text</strong> - The text to write to the console. Text will also be written to stderr.</li>
1980
+ <li><strong>text</strong> - the text to write to the console. Text will also be written to stderr.</li>
1981
1981
</ul>
1982
1982
</td>
1983
1983
<td>
0 commit comments