-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
executable file
·558 lines (528 loc) · 27.8 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCTYPE html>
<html lang="en">
<head>
<!--__GOLF_REDIRECT__-->
<title>Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="HandheldFriendly" content="True"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://golf-lang.com/documentation.html" />
<style>
body, html {
color:black;
text-rendering: optimizelegibility;
background-color: white;
min-height: 150%;
font-family: "Times New Roman";
font-weight:400;
font-size:18px;
line-height:27px;
letter-spacing: 2px;
z-index: 1;
height: 100%;
text-align:left;
width:80%;
margin-left:auto;
margin-right:auto;
padding:0;
/*font-family: Helvetica, Arial, sans-serif;*/
}
body {
padding-left:1vw;
padding-right:1vw;
}
.ncode {
line-height:20px;
letter-spacing: 0px;
font-size:14px;
font-family: monospace;
display:inline-block;
max-width:100%;
min-width:90%;
margin:0;
padding:0;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:15px;
border: 2px solid #d6d6d6;
background-color:#f5f7f4;
white-space:nowrap;
}
.shcode {
line-height:23px;
letter-spacing: 0px;
font-size:14px;
font-family: monospace;
display:inline-block;
max-width:100%;
min-width:90%;
margin:0;
padding:0;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:15px;
border: 2px solid #d6d6d6;
background-color:#f5f7f4;
white-space:nowrap;
}
.sqlcode {
line-height:23px;
letter-spacing: 0px;
font-size:14px;
font-family: monospace;
display:inline-block;
max-width:100%;
min-width:90%;
margin:0;
padding:0;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:15px;
border: 2px solid #d6d6d6;
background-color:#f5f7f4;
white-space:nowrap;
}
.htmlcode {
line-height:23px;
letter-spacing: 0px;
font-size:14px;
font-family: monospace;
display:inline-block;
max-width:100%;
min-width:90%;
margin:0;
padding:0;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:15px;
border: 2px solid #d6d6d6;
background-color:#f5f7f4;
white-space:nowrap;
}
.code {
line-height:23px;
letter-spacing: 0px;
font-size:14px;
font-family: monospace;
display:inline-block;
max-width:100%;
min-width:90%;
margin:0;
padding:0;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:15px;
border: 2px solid #d6d6d6;
background-color:#f5f7f4;
white-space:nowrap;
}
/*Just like h1 but for pdf conversion it would be indented this way it's not*/
.vhub {
display: block;
font-size: 1.6em;
margin-top: 0.63em;
margin-bottom: 0.63em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
/*Just like h2 but for pdf conversion it would be indented this way it's not*/
.vsub {
display: block;
font-size: 1.25em;
margin-top: 0.53em;
margin-bottom: 0.53em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
ul {
margin-left: 0.75vw;
padding-left: 0;
}
li {
margin-left: 0.75vw;
padding-left: 0;
}
/* this must be last, as it overrides previous settings, for mobile */
@media (hover: none) {
a {
display: inline-block;
padding-top: 3px;
padding-bottom: 2px;
}
body {
padding-left:2vw;
padding-right:2vw;
font-size:14px;
line-height:22px;
letter-spacing: 1px;
}
}
/*The following is for code snippets that are highlighted by 2html vim*/
pre { overflow-x: scroll; margin:0; padding:0; font-family:monospace; }
.Identifier { color: #008b8b; }
.Statement { color: #af5f00; }
.PreProc { color: #5fd7ff; }
.Type { color: #005f00; }
.Comment { color: blue ; }
.Constant { color: #ff00ff; }
/*end of highlighted snippets*/
a {
text-decoration:none;
padding-bottom: 0px;
color:inherit;
border-bottom: 2px solid #6cb8f0;
}
a:hover {
text-decoration: none;
color:black;
border-bottom: 1px solid red;
}
/*do not underline links nor should they be active*/
pre a {
text-decoration:none;
color:black;
border-bottom: none;
pointer-events: none;
cursor: default;
}
.golfSnippet {display:none;}
ul {
list-style-type:square;
list-style-position: outside;
}
</style>
</head>
<body>
<script>
function gg_copy(gt, eid, gc) {
gt.textContent = eid.textContent;
gt.select();
document.execCommand("copy");
gc.style.visibility="visible"
setTimeout(()=>{ gc.style.visibility="hidden"; }, 1000);
}
</script>
<!--GOLFMENU13-->
<!--GOLFENDMENU13-->
<!--BEGVDOC90-->
<div class='vhub' style='margin-top:10px;margin-right:20px;text-align:right;background-color:white;'><a href='https://golf-lang.com' style='border-bottom:0px'><img src='https://golf-lang.com/golf.png'/></a></div><div class='vhub' style='margin-top:10px;'> Documentation</div><hr/><div class="vsub"><a id="Reference for Golf version 363"></a>Reference for Golf version 363</div>
<span style="font-weight:bold;">Note</span>: All the topics below are available as a <a href='https://golf-lang.com/golfdoc.html'>single-page documentation</a>. <br/>
Browse by topic: <a href='#API'>API</a>, <a href='#Application information'>Application information</a>, <a href='#Array'>Array</a>, <a href='#Base64'>Base64</a>, <a href='#C language'>C language</a>, <a href='#Cookies'>Cookies</a>, <a href='#Database'>Database</a>, <a href='#Debugging'>Debugging</a>, <a href='#Distributed computing'>Distributed computing</a>, <a href='#Documentation'>Documentation</a>, <a href='#Download and build'>Download and build</a>, <a href='#Encryption'>Encryption</a>, <a href='#Error handling'>Error handling</a>, <a href='#FIFO'>FIFO</a>, <a href='#Files'>Files</a>, <a href='#General'>General</a>, <a href='#Golf compiler and utility'>Golf compiler and utility</a>, <a href='#Hash'>Hash</a>, <a href='#Hex encoding'>Hex encoding</a>, <a href='#JSON parsing'>JSON parsing</a>, <a href='#Language'>Language</a>, <a href='#License'>License</a>, <a href='#LIFO'>LIFO</a>, <a href='#Linked list'>Linked list</a>, <a href='#Memory'>Memory</a>, <a href='#Messages'>Messages</a>, <a href='#Numbers'>Numbers</a>, <a href='#Output'>Output</a>, <a href='#Program execution'>Program execution</a>, <a href='#Program flow'>Program flow</a>, <a href='#Quick start'>Quick start</a>, <a href='#Regex'>Regex</a>, <a href='#Request data'>Request data</a>, <a href='#Request information'>Request information</a>, <a href='#Requests'>Requests</a>, <a href='#Running application'>Running application</a>, <a href='#Service manager'>Service manager</a>, <a href='#Service processing'>Service processing</a>, <a href='#Strings'>Strings</a>, <a href='#System information'>System information</a>, <a href='#Time'>Time</a>, <a href='#Tree'>Tree</a>, <a href='#URL encoding'>URL encoding</a>, <a href='#UTF'>UTF</a>, <a href='#Web'>Web</a>, <a href='#Web encoding'>Web encoding</a>, <a href='#Web servers'>Web servers</a>, <a href='#XML parsing'>XML parsing</a><br/>
<br/>
<ul><br/>
<li><a name='API'></a><span style="font-weight:bold;">API</span><br/>
<a href='https://golf-lang.com/Client-API.html'>Client-API</a> <br/>
<a href='https://golf-lang.com/Server-API.html'>Server-API</a> </li>
<br/>
<li><a name='Application information'></a><span style="font-weight:bold;">Application information</span><br/>
<a href='https://golf-lang.com/get-app.html'>get-app</a> </li>
<br/>
<li><a name='Array'></a><span style="font-weight:bold;">Array</span><br/>
<a href='https://golf-lang.com/new-array.html'>new-array</a> <br/>
<a href='https://golf-lang.com/purge-array.html'>purge-array</a> <br/>
<a href='https://golf-lang.com/read-array.html'>read-array</a> <br/>
<a href='https://golf-lang.com/write-array.html'>write-array</a> </li>
<br/>
<li><a name='Base64'></a><span style="font-weight:bold;">Base64</span><br/>
<a href='https://golf-lang.com/decode-base64.html'>decode-base64</a> <br/>
<a href='https://golf-lang.com/encode-base64.html'>encode-base64</a> </li>
<br/>
<li><a name='C language'></a><span style="font-weight:bold;">C language</span><br/>
<a href='https://golf-lang.com/call-extended.html'>call-extended</a> <br/>
<a href='https://golf-lang.com/extended-mode.html'>extended-mode</a> <br/>
<a href='https://golf-lang.com/web-framework-for-C-programming-language.html'>web-framework-for-C-programming-language</a> </li>
<br/>
<li><a name='Cookies'></a><span style="font-weight:bold;">Cookies</span><br/>
<a href='https://golf-lang.com/delete-cookie.html'>delete-cookie</a> <br/>
<a href='https://golf-lang.com/get-cookie.html'>get-cookie</a> <br/>
<a href='https://golf-lang.com/set-cookie.html'>set-cookie</a> </li>
<br/>
<li><a name='Database'></a><span style="font-weight:bold;">Database</span><br/>
<a href='https://golf-lang.com/begin-transaction.html'>begin-transaction</a> <br/>
<a href='https://golf-lang.com/commit-transaction.html'>commit-transaction</a> <br/>
<a href='https://golf-lang.com/current-row.html'>current-row</a> <br/>
<a href='https://golf-lang.com/database-config-file.html'>database-config-file</a> <br/>
<a href='https://golf-lang.com/db-error.html'>db-error</a> <br/>
<a href='https://golf-lang.com/mariadb-database.html'>mariadb-database</a> <br/>
<a href='https://golf-lang.com/postgresql-database.html'>postgresql-database</a> <br/>
<a href='https://golf-lang.com/rollback-transaction.html'>rollback-transaction</a> <br/>
<a href='https://golf-lang.com/run-query.html'>run-query</a> <br/>
<a href='https://golf-lang.com/sqlite-database.html'>sqlite-database</a> </li>
<br/>
<li><a name='Debugging'></a><span style="font-weight:bold;">Debugging</span><br/>
<a href='https://golf-lang.com/debugging.html'>debugging</a> <br/>
<a href='https://golf-lang.com/trace-run.html'>trace-run</a> </li>
<br/>
<li><a name='Distributed computing'></a><span style="font-weight:bold;">Distributed computing</span><br/>
<a href='https://golf-lang.com/call-remote.html'>call-remote</a> <br/>
<a href='https://golf-lang.com/new-remote.html'>new-remote</a> <br/>
<a href='https://golf-lang.com/read-remote.html'>read-remote</a> <br/>
<a href='https://golf-lang.com/run-remote.html'>run-remote</a> </li>
<br/>
<li><a name='Documentation'></a><span style="font-weight:bold;">Documentation</span><br/>
<a href='https://golf-lang.com/documentation.html'>documentation</a> </li>
<br/>
<li><a name='Download and build'></a><span style="font-weight:bold;">Download and build</span><br/>
<a href='https://golf-lang.com/install-golf-for-redhat-from-source.html'>install-golf-for-redhat-from-source</a> <br/>
<a href='https://golf-lang.com/install-golf-for-ubuntu-from-source.html'>install-golf-for-ubuntu-from-source</a> <br/>
<a href='https://golf-lang.com/uninstall.html'>uninstall</a> </li>
<br/>
<li><a name='Encryption'></a><span style="font-weight:bold;">Encryption</span><br/>
<a href='https://golf-lang.com/decrypt-data.html'>decrypt-data</a> <br/>
<a href='https://golf-lang.com/derive-key.html'>derive-key</a> <br/>
<a href='https://golf-lang.com/encrypt-data.html'>encrypt-data</a> <br/>
<a href='https://golf-lang.com/hash-string.html'>hash-string</a> <br/>
<a href='https://golf-lang.com/hmac-string.html'>hmac-string</a> <br/>
<a href='https://golf-lang.com/random-crypto.html'>random-crypto</a> <br/>
<a href='https://golf-lang.com/random-string.html'>random-string</a> </li>
<br/>
<li><a name='Error handling'></a><span style="font-weight:bold;">Error handling</span><br/>
<a href='https://golf-lang.com/db-error.html'>db-error</a> <br/>
<a href='https://golf-lang.com/error-code.html'>error-code</a> <br/>
<a href='https://golf-lang.com/error-handling.html'>error-handling</a> <br/>
<a href='https://golf-lang.com/report-error.html'>report-error</a> </li>
<br/>
<li><a name='FIFO'></a><span style="font-weight:bold;">FIFO</span><br/>
<a href='https://golf-lang.com/delete-fifo.html'>delete-fifo</a> <br/>
<a href='https://golf-lang.com/new-fifo.html'>new-fifo</a> <br/>
<a href='https://golf-lang.com/purge-fifo.html'>purge-fifo</a> <br/>
<a href='https://golf-lang.com/read-fifo.html'>read-fifo</a> <br/>
<a href='https://golf-lang.com/rewind-fifo.html'>rewind-fifo</a> <br/>
<a href='https://golf-lang.com/write-fifo.html'>write-fifo</a> </li>
<br/>
<li><a name='Files'></a><span style="font-weight:bold;">Files</span><br/>
<a href='https://golf-lang.com/close-file.html'>close-file</a> <br/>
<a href='https://golf-lang.com/copy-file.html'>copy-file</a> <br/>
<a href='https://golf-lang.com/delete-file.html'>delete-file</a> <br/>
<a href='https://golf-lang.com/file-position.html'>file-position</a> <br/>
<a href='https://golf-lang.com/file-storage.html'>file-storage</a> <br/>
<a href='https://golf-lang.com/file-uploading.html'>file-uploading</a> <br/>
<a href='https://golf-lang.com/lock-file.html'>lock-file</a> <br/>
<a href='https://golf-lang.com/open-file.html'>open-file</a> <br/>
<a href='https://golf-lang.com/read-file.html'>read-file</a> <br/>
<a href='https://golf-lang.com/read-line.html'>read-line</a> <br/>
<a href='https://golf-lang.com/rename-file.html'>rename-file</a> <br/>
<a href='https://golf-lang.com/stat-file.html'>stat-file</a> <br/>
<a href='https://golf-lang.com/temporary-file.html'>temporary-file</a> <br/>
<a href='https://golf-lang.com/uniq-file.html'>uniq-file</a> <br/>
<a href='https://golf-lang.com/unlock-file.html'>unlock-file</a> <br/>
<a href='https://golf-lang.com/write-file.html'>write-file</a> </li>
<br/>
<li><a name='General'></a><span style="font-weight:bold;">General</span><br/>
<a href='https://golf-lang.com/about-golf.html'>about-golf</a> <br/>
<a href='https://golf-lang.com/directories.html'>directories</a> </li>
<br/>
<li><a name='Golf compiler and utility'></a><span style="font-weight:bold;">Golf compiler and utility</span><br/>
<a href='https://golf-lang.com/gg.html'>gg</a> </li>
<br/>
<li><a name='Hash'></a><span style="font-weight:bold;">Hash</span><br/>
<a href='https://golf-lang.com/get-hash.html'>get-hash</a> <br/>
<a href='https://golf-lang.com/new-hash.html'>new-hash</a> <br/>
<a href='https://golf-lang.com/purge-hash.html'>purge-hash</a> <br/>
<a href='https://golf-lang.com/read-hash.html'>read-hash</a> <br/>
<a href='https://golf-lang.com/resize-hash.html'>resize-hash</a> <br/>
<a href='https://golf-lang.com/write-hash.html'>write-hash</a> </li>
<br/>
<li><a name='Hex encoding'></a><span style="font-weight:bold;">Hex encoding</span><br/>
<a href='https://golf-lang.com/decode-hex.html'>decode-hex</a> <br/>
<a href='https://golf-lang.com/encode-hex.html'>encode-hex</a> </li>
<br/>
<li><a name='JSON parsing'></a><span style="font-weight:bold;">JSON parsing</span><br/>
<a href='https://golf-lang.com/json-doc.html'>json-doc</a> <br/>
<a href='https://golf-lang.com/read-json.html'>read-json</a> </li>
<br/>
<li><a name='Language'></a><span style="font-weight:bold;">Language</span><br/>
<a href='https://golf-lang.com/inline-code.html'>inline-code</a> <br/>
<a href='https://golf-lang.com/statements.html'>statements</a> <br/>
<a href='https://golf-lang.com/syntax-highlighting.html'>syntax-highlighting</a> <br/>
<a href='https://golf-lang.com/unused-var.html'>unused-var</a> <br/>
<a href='https://golf-lang.com/variable-scope.html'>variable-scope</a> </li>
<br/>
<li><a name='License'></a><span style="font-weight:bold;">License</span><br/>
<a href='https://golf-lang.com/license.html'>license</a> </li>
<br/>
<li><a name='LIFO'></a><span style="font-weight:bold;">LIFO</span><br/>
<a href='https://golf-lang.com/delete-lifo.html'>delete-lifo</a> <br/>
<a href='https://golf-lang.com/new-lifo.html'>new-lifo</a> <br/>
<a href='https://golf-lang.com/purge-lifo.html'>purge-lifo</a> <br/>
<a href='https://golf-lang.com/read-lifo.html'>read-lifo</a> <br/>
<a href='https://golf-lang.com/rewind-lifo.html'>rewind-lifo</a> <br/>
<a href='https://golf-lang.com/write-lifo.html'>write-lifo</a> </li>
<br/>
<li><a name='Linked list'></a><span style="font-weight:bold;">Linked list</span><br/>
<a href='https://golf-lang.com/delete-list.html'>delete-list</a> <br/>
<a href='https://golf-lang.com/get-list.html'>get-list</a> <br/>
<a href='https://golf-lang.com/new-list.html'>new-list</a> <br/>
<a href='https://golf-lang.com/position-list.html'>position-list</a> <br/>
<a href='https://golf-lang.com/purge-list.html'>purge-list</a> <br/>
<a href='https://golf-lang.com/read-list.html'>read-list</a> <br/>
<a href='https://golf-lang.com/write-list.html'>write-list</a> </li>
<br/>
<li><a name='Memory'></a><span style="font-weight:bold;">Memory</span><br/>
<a href='https://golf-lang.com/memory-handling.html'>memory-handling</a> </li>
<br/>
<li><a name='Messages'></a><span style="font-weight:bold;">Messages</span><br/>
<a href='https://golf-lang.com/get-message.html'>get-message</a> <br/>
<a href='https://golf-lang.com/new-message.html'>new-message</a> <br/>
<a href='https://golf-lang.com/read-message.html'>read-message</a> <br/>
<a href='https://golf-lang.com/SEMI.html'>SEMI</a> <br/>
<a href='https://golf-lang.com/write-message.html'>write-message</a> </li>
<br/>
<li><a name='Numbers'></a><span style="font-weight:bold;">Numbers</span><br/>
<a href='https://golf-lang.com/number-expressions.html'>number-expressions</a> <br/>
<a href='https://golf-lang.com/number-string.html'>number-string</a> <br/>
<a href='https://golf-lang.com/set-number.html'>set-number</a> <br/>
<a href='https://golf-lang.com/string-number.html'>string-number</a> </li>
<br/>
<li><a name='Output'></a><span style="font-weight:bold;">Output</span><br/>
<a href='https://golf-lang.com/finish-output.html'>finish-output</a> <br/>
<a href='https://golf-lang.com/flush-output.html'>flush-output</a> <br/>
<a href='https://golf-lang.com/output-statement.html'>output-statement</a> <br/>
<a href='https://golf-lang.com/pf-out.html'>pf-out</a> <br/>
<a href='https://golf-lang.com/pf-url.html'>pf-url</a> <br/>
<a href='https://golf-lang.com/pf-web.html'>pf-web</a> <br/>
<a href='https://golf-lang.com/p-num.html'>p-num</a> <br/>
<a href='https://golf-lang.com/p-out.html'>p-out</a> <br/>
<a href='https://golf-lang.com/p-path.html'>p-path</a> <br/>
<a href='https://golf-lang.com/p-source-file.html'>p-source-file</a> <br/>
<a href='https://golf-lang.com/p-source-line.html'>p-source-line</a> <br/>
<a href='https://golf-lang.com/p-url.html'>p-url</a> <br/>
<a href='https://golf-lang.com/p-web.html'>p-web</a> </li>
<br/>
<li><a name='Program execution'></a><span style="font-weight:bold;">Program execution</span><br/>
<a href='https://golf-lang.com/exec-program.html'>exec-program</a> <br/>
<a href='https://golf-lang.com/handler-status.html'>handler-status</a> </li>
<br/>
<li><a name='Program flow'></a><span style="font-weight:bold;">Program flow</span><br/>
<a href='https://golf-lang.com/break-loop.html'>break-loop</a> <br/>
<a href='https://golf-lang.com/code-blocks.html'>code-blocks</a> <br/>
<a href='https://golf-lang.com/continue-loop.html'>continue-loop</a> <br/>
<a href='https://golf-lang.com/do-once.html'>do-once</a> <br/>
<a href='https://golf-lang.com/exit-handler.html'>exit-handler</a> <br/>
<a href='https://golf-lang.com/if-defined.html'>if-defined</a> <br/>
<a href='https://golf-lang.com/if-true.html'>if-true</a> <br/>
<a href='https://golf-lang.com/return-handler.html'>return-handler</a> <br/>
<a href='https://golf-lang.com/set-bool.html'>set-bool</a> <br/>
<a href='https://golf-lang.com/start-loop.html'>start-loop</a> </li>
<br/>
<li><a name='Quick start'></a><span style="font-weight:bold;">Quick start</span><br/>
<a href='https://golf-lang.com/123-hello-world.html'>123-hello-world</a> </li>
<br/>
<li><a name='Regex'></a><span style="font-weight:bold;">Regex</span><br/>
<a href='https://golf-lang.com/match-regex.html'>match-regex</a> </li>
<br/>
<li><a name='Request data'></a><span style="font-weight:bold;">Request data</span><br/>
<a href='https://golf-lang.com/get-param.html'>get-param</a> <br/>
<a href='https://golf-lang.com/request-body.html'>request-body</a> <br/>
<a href='https://golf-lang.com/set-param.html'>set-param</a> </li>
<br/>
<li><a name='Request information'></a><span style="font-weight:bold;">Request information</span><br/>
<a href='https://golf-lang.com/get-req.html'>get-req</a> </li>
<br/>
<li><a name='Requests'></a><span style="font-weight:bold;">Requests</span><br/>
<a href='https://golf-lang.com/request.html'>request</a> </li>
<br/>
<li><a name='Running application'></a><span style="font-weight:bold;">Running application</span><br/>
<a href='https://golf-lang.com/application-setup.html'>application-setup</a> <br/>
<a href='https://golf-lang.com/CGI.html'>CGI</a> <br/>
<a href='https://golf-lang.com/command-line.html'>command-line</a> <br/>
<a href='https://golf-lang.com/service.html'>service</a> </li>
<br/>
<li><a name='Service manager'></a><span style="font-weight:bold;">Service manager</span><br/>
<a href='https://golf-lang.com/mgrg.html'>mgrg</a> </li>
<br/>
<li><a name='Service processing'></a><span style="font-weight:bold;">Service processing</span><br/>
<a href='https://golf-lang.com/after-handler.html'>after-handler</a> <br/>
<a href='https://golf-lang.com/before-handler.html'>before-handler</a> <br/>
<a href='https://golf-lang.com/begin-handler.html'>begin-handler</a> <br/>
<a href='https://golf-lang.com/call-handler.html'>call-handler</a> </li>
<br/>
<li><a name='Strings'></a><span style="font-weight:bold;">Strings</span><br/>
<a href='https://golf-lang.com/copy-string.html'>copy-string</a> <br/>
<a href='https://golf-lang.com/count-substring.html'>count-substring</a> <br/>
<a href='https://golf-lang.com/delete-string.html'>delete-string</a> <br/>
<a href='https://golf-lang.com/lower-string.html'>lower-string</a> <br/>
<a href='https://golf-lang.com/read-split.html'>read-split</a> <br/>
<a href='https://golf-lang.com/replace-string.html'>replace-string</a> <br/>
<a href='https://golf-lang.com/set-string.html'>set-string</a> <br/>
<a href='https://golf-lang.com/split-string.html'>split-string</a> <br/>
<a href='https://golf-lang.com/string-length.html'>string-length</a> <br/>
<a href='https://golf-lang.com/trim-string.html'>trim-string</a> <br/>
<a href='https://golf-lang.com/upper-string.html'>upper-string</a> <br/>
<a href='https://golf-lang.com/write-string.html'>write-string</a> </li>
<br/>
<li><a name='System information'></a><span style="font-weight:bold;">System information</span><br/>
<a href='https://golf-lang.com/get-sys.html'>get-sys</a> </li>
<br/>
<li><a name='Time'></a><span style="font-weight:bold;">Time</span><br/>
<a href='https://golf-lang.com/get-time.html'>get-time</a> <br/>
<a href='https://golf-lang.com/pause-program.html'>pause-program</a> </li>
<br/>
<li><a name='Tree'></a><span style="font-weight:bold;">Tree</span><br/>
<a href='https://golf-lang.com/delete-tree.html'>delete-tree</a> <br/>
<a href='https://golf-lang.com/get-tree.html'>get-tree</a> <br/>
<a href='https://golf-lang.com/new-tree.html'>new-tree</a> <br/>
<a href='https://golf-lang.com/purge-tree.html'>purge-tree</a> <br/>
<a href='https://golf-lang.com/read-tree.html'>read-tree</a> <br/>
<a href='https://golf-lang.com/use-cursor.html'>use-cursor</a> <br/>
<a href='https://golf-lang.com/write-tree.html'>write-tree</a> </li>
<br/>
<li><a name='URL encoding'></a><span style="font-weight:bold;">URL encoding</span><br/>
<a href='https://golf-lang.com/decode-url.html'>decode-url</a> <br/>
<a href='https://golf-lang.com/encode-url.html'>encode-url</a> </li>
<br/>
<li><a name='UTF'></a><span style="font-weight:bold;">UTF</span><br/>
<a href='https://golf-lang.com/text-utf.html'>text-utf</a> <br/>
<a href='https://golf-lang.com/utf-text.html'>utf-text</a> </li>
<br/>
<li><a name='Web'></a><span style="font-weight:bold;">Web</span><br/>
<a href='https://golf-lang.com/call-web.html'>call-web</a> <br/>
<a href='https://golf-lang.com/out-header.html'>out-header</a> <br/>
<a href='https://golf-lang.com/send-file.html'>send-file</a> <br/>
<a href='https://golf-lang.com/silent-header.html'>silent-header</a> </li>
<br/>
<li><a name='Web encoding'></a><span style="font-weight:bold;">Web encoding</span><br/>
<a href='https://golf-lang.com/decode-web.html'>decode-web</a> <br/>
<a href='https://golf-lang.com/encode-web.html'>encode-web</a> </li>
<br/>
<li><a name='Web servers'></a><span style="font-weight:bold;">Web servers</span><br/>
<a href='https://golf-lang.com/connect-apache-tcp-socket.html'>connect-apache-tcp-socket</a> <br/>
<a href='https://golf-lang.com/connect-apache-unix-socket.html'>connect-apache-unix-socket</a> <br/>
<a href='https://golf-lang.com/connect-haproxy-tcp-socket.html'>connect-haproxy-tcp-socket</a> <br/>
<a href='https://golf-lang.com/connect-nginx-tcp-socket.html'>connect-nginx-tcp-socket</a> <br/>
<a href='https://golf-lang.com/connect-nginx-unix-socket.html'>connect-nginx-unix-socket</a> </li>
<br/>
<li><a name='XML parsing'></a><span style="font-weight:bold;">XML parsing</span><br/>
<a href='https://golf-lang.com/read-xml.html'>read-xml</a> <br/>
<a href='https://golf-lang.com/xml-doc.html'>xml-doc</a> </li>
<br/>
</ul>
<div class="vsub"><a id="Man pages"></a>Man pages</div>
Golf documentation is available online, and also as man pages (i.e. manual pages). You can take any of the topics above and type it in man, for example<br/>
<div class="shcode" style='position:relative;padding-right:16px;'>
<pre id='code_425'>
man run-query</pre>
<span id=golf_copied_425 style='position:absolute;right:-14px;top:-30px; cursor: pointer;visibility:hidden;background:white;'>Copied!</span>
<textarea id='golft_425' style='position: absolute;left: -500%;'></textarea>
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_425, code_425, golf_copied_425)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
</div><br/>
The Golf section is '2gg', so in case of other software having conflicting topic names, you can also type<br/>
<div class="shcode" style='position:relative;padding-right:16px;'>
<pre id='code_426'>
man 2gg run-query</pre>
<span id=golf_copied_426 style='position:absolute;right:-14px;top:-30px; cursor: pointer;visibility:hidden;background:white;'>Copied!</span>
<textarea id='golft_426' style='position: absolute;left: -500%;'></textarea>
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_426, code_426, golf_copied_426)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
</div><br/>
<!--ENDVDOC90-->
<br/><div style='width:100%;clear:both;'>
<hr/>
<!--GOLFFOOT77--><span style='font-size:80%'><a href="https://golf-lang.com/copyright.html">Copyright</a> (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.</span>
</div><br/></body></html>