Skip to content

Commit 2afc5c7

Browse files
author
Golf Developer
committed
new website version
1 parent a0d66af commit 2afc5c7

File tree

194 files changed

+383
-381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+383
-381
lines changed

123-hello-world.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<textarea id='golft_1' style='position: absolute;left: -500%;'></textarea>
305305
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_1, code_1, golf_copied_1)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
306306
</div><br/>
307-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
307+
<div class="vsub"><a id="See also"></a>See also</div>
308308
<a name='Quick start'></a><span style="font-weight:bold;">Quick start</span><br/>
309309
<a href='https://golf-lang.com/123-hello-world.html'>123-hello-world</a> &nbsp; <br/>
310310
<span style="font-weight:bold;">See all</span> <br/>

CGI.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<textarea id='golft_292' style='position: absolute;left: -500%;'></textarea>
281281
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_292, code_292, golf_copied_292)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
282282
</div><br/>
283-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
283+
<div class="vsub"><a id="See also"></a>See also</div>
284284
<a name='Running application'></a><span style="font-weight:bold;">Running application</span><br/>
285285
<a href='https://golf-lang.com/application-setup.html'>application-setup</a> &nbsp;<br/>
286286
<a href='https://golf-lang.com/CGI.html'>CGI</a> &nbsp;<br/>

Client-API.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_304, code_304, golf_copied_304)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
786786
</div><br/>
787787
The output shows service exit code (82, see <a href='https://golf-lang.com/handler-status.html'>handler-status</a> in the Golf code above), length of data output, and other information which includes environment variables passed to the service from the client, the PID of server process, the request body from the client, and then the error output. Note that the data output (stdout) and the error output (stderr) are separated, since the protocol does use separate streams over the same connection. This makes working with the output easy, while the data transfer is fast at the same time.<br/>
788-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
788+
<div class="vsub"><a id="See also"></a>See also</div>
789789
<a name='API'></a><span style="font-weight:bold;">API</span><br/>
790790
<a href='https://golf-lang.com/Client-API.html'>Client-API</a> &nbsp;<br/>
791791
<a href='https://golf-lang.com/Server-API.html'>Server-API</a> &nbsp; <br/>

SEMI.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
Value is always preceded by a 8-byte length of value (as a binary number in big-endian 64bit format), followed by the value itself, followed by the new line ("\n") at the end which is not counted in length. A special &lt;key&gt; is "comment", which is always ignored, and serves the purpose of general commenting. <br/>
254254
<br/>
255255
SEMI implicitly supports binary data without the need for any kind of encoding, and the number of bytes is specified ahead of a value, making parsing efficient. <br/>
256-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
256+
<div class="vsub"><a id="See also"></a>See also</div>
257257
<a name='Messages'></a><span style="font-weight:bold;">Messages</span><br/>
258258
<a href='https://golf-lang.com/get-message.html'>get-message</a> &nbsp;<br/>
259259
<a href='https://golf-lang.com/new-message.html'>new-message</a> &nbsp;<br/>

Server-API.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
<textarea id='golft_753' style='position: absolute;left: -500%;'></textarea>
371371
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_753, code_753, golf_copied_753)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
372372
</div><br/>
373-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
373+
<div class="vsub"><a id="See also"></a>See also</div>
374374
<a name='API'></a><span style="font-weight:bold;">API</span><br/>
375375
<a href='https://golf-lang.com/Client-API.html'>Client-API</a> &nbsp;<br/>
376376
<a href='https://golf-lang.com/Server-API.html'>Server-API</a> &nbsp; <br/>

about-golf.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
In extended mode, Golf is also a <a href='https://golf-lang.com/web-framework-for-C-programming-language.html'>web-framework-for-C-programming-language</a>.<br/>
300300
<div class="vsub"><a id="Names of objects"></a>Names of objects</div>
301301
Do not use object names (such as variables and request names) that start with "_gg_" or "gg_" (including upper-case variations) as those are reserved by Golf.<br/>
302-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
302+
<div class="vsub"><a id="See also"></a>See also</div>
303303
<a name='General'></a><span style="font-weight:bold;">General</span><br/>
304304
<a href='https://golf-lang.com/about-golf.html'>about-golf</a> &nbsp;<br/>
305305
<a href='https://golf-lang.com/directories.html'>directories</a> &nbsp; <br/>

after-handler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<textarea id='golft_9' style='position: absolute;left: -500%;'></textarea>
266266
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_9, code_9, golf_copied_9)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
267267
</div><br/>
268-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
268+
<div class="vsub"><a id="See also"></a>See also</div>
269269
<a name='Service processing'></a><span style="font-weight:bold;">Service processing</span><br/>
270270
<a href='https://golf-lang.com/after-handler.html'>after-handler</a> &nbsp;<br/>
271271
<a href='https://golf-lang.com/before-handler.html'>before-handler</a> &nbsp;<br/>

application-setup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
See <a href='https://golf-lang.com/mgrg.html'>mgrg</a> for more details.<br/>
318318
<div class="vsub"><a id="Running application"></a>Running application</div>
319319
You can run your application as <a href='https://golf-lang.com/service.html'>service</a>, <a href='https://golf-lang.com/CGI.html'>CGI</a> or <a href='https://golf-lang.com/command-line.html'>command-line</a>.<br/>
320-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
320+
<div class="vsub"><a id="See also"></a>See also</div>
321321
<a name='Running application'></a><span style="font-weight:bold;">Running application</span><br/>
322322
<a href='https://golf-lang.com/application-setup.html'>application-setup</a> &nbsp;<br/>
323323
<a href='https://golf-lang.com/CGI.html'>CGI</a> &nbsp;<br/>

before-handler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<textarea id='golft_258' style='position: absolute;left: -500%;'></textarea>
266266
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_258, code_258, golf_copied_258)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
267267
</div><br/>
268-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
268+
<div class="vsub"><a id="See also"></a>See also</div>
269269
<a name='Service processing'></a><span style="font-weight:bold;">Service processing</span><br/>
270270
<a href='https://golf-lang.com/after-handler.html'>after-handler</a> &nbsp;<br/>
271271
<a href='https://golf-lang.com/before-handler.html'>before-handler</a> &nbsp;<br/>

begin-handler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
<textarea id='golft_261' style='position: absolute;left: -500%;'></textarea>
290290
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_261, code_261, golf_copied_261)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
291291
</div><br/>
292-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
292+
<div class="vsub"><a id="See also"></a>See also</div>
293293
<a name='Service processing'></a><span style="font-weight:bold;">Service processing</span><br/>
294294
<a href='https://golf-lang.com/after-handler.html'>after-handler</a> &nbsp;<br/>
295295
<a href='https://golf-lang.com/before-handler.html'>before-handler</a> &nbsp;<br/>

begin-transaction.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<textarea id='golft_263' style='position: absolute;left: -500%;'></textarea>
278278
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_263, code_263, golf_copied_263)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
279279
</div><br/>
280-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
280+
<div class="vsub"><a id="See also"></a>See also</div>
281281
<a name='Database'></a><span style="font-weight:bold;">Database</span><br/>
282282
<a href='https://golf-lang.com/begin-transaction.html'>begin-transaction</a> &nbsp;<br/>
283283
<a href='https://golf-lang.com/commit-transaction.html'>commit-transaction</a> &nbsp;<br/>

break-loop.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<textarea id='golft_265' style='position: absolute;left: -500%;'></textarea>
266266
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_265, code_265, golf_copied_265)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
267267
</div><br/>
268-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
268+
<div class="vsub"><a id="See also"></a>See also</div>
269269
<a name='Program flow'></a><span style="font-weight:bold;">Program flow</span><br/>
270270
<a href='https://golf-lang.com/break-loop.html'>break-loop</a> &nbsp;<br/>
271271
<a href='https://golf-lang.com/code-blocks.html'>code-blocks</a> &nbsp;<br/>

call-extended.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_271, code_271, golf_copied_271)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
335335
</div><br/>
336336
In this example, you are using a C macro, so number "fact" is assigned a value directly, per C language rules. The result printed out is "3".<br/>
337-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
337+
<div class="vsub"><a id="See also"></a>See also</div>
338338
<a name='C language'></a><span style="font-weight:bold;">C language</span><br/>
339339
<a href='https://golf-lang.com/call-extended.html'>call-extended</a> &nbsp;<br/>
340340
<a href='https://golf-lang.com/extended-mode.html'>extended-mode</a> &nbsp;<br/>

call-handler.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
<textarea id='golft_273' style='position: absolute;left: -500%;'></textarea>
333333
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_273, code_273, golf_copied_273)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
334334
</div><br/>
335-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
335+
<div class="vsub"><a id="See also"></a>See also</div>
336336
<a name='Service processing'></a><span style="font-weight:bold;">Service processing</span><br/>
337337
<a href='https://golf-lang.com/after-handler.html'>after-handler</a> &nbsp;<br/>
338338
<a href='https://golf-lang.com/before-handler.html'>before-handler</a> &nbsp;<br/>

call-remote.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
In this case, you are connecting to another service (running on IP "192.168.0.28") on port 2400. See <a href='https://golf-lang.com/mgrg.html'>mgrg</a> on how to start a service that listens on a TCP port. You would likely use TCP connectivity only if a service you're connecting to is on a different computer.<br/>
309309
<br/>
310310
See also <a href='https://golf-lang.com/new-remote.html'>new-remote</a>.<br/>
311-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
311+
<div class="vsub"><a id="See also"></a>See also</div>
312312
<a name='Distributed computing'></a><span style="font-weight:bold;">Distributed computing</span><br/>
313313
<a href='https://golf-lang.com/call-remote.html'>call-remote</a> &nbsp;<br/>
314314
<a href='https://golf-lang.com/new-remote.html'>new-remote</a> &nbsp;<br/>

call-web.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<textarea id='golft_282' style='position: absolute;left: -500%;'></textarea>
405405
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_282, code_282, golf_copied_282)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
406406
</div><br/>
407-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
407+
<div class="vsub"><a id="See also"></a>See also</div>
408408
<a name='Web'></a><span style="font-weight:bold;">Web</span><br/>
409409
<a href='https://golf-lang.com/call-web.html'>call-web</a> &nbsp;<br/>
410410
<a href='https://golf-lang.com/out-header.html'>out-header</a> &nbsp;<br/>

close-file.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
If you do not close a file opened with open-file, Golf will automatically close it when the request ends.<br/>
258258
<div class="vsub"><a id="Examples"></a>Examples</div>
259259
See <a href='https://golf-lang.com/open-file.html'>open-file</a>.<br/>
260-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
260+
<div class="vsub"><a id="See also"></a>See also</div>
261261
<a name='Files'></a><span style="font-weight:bold;">Files</span><br/>
262262
<a href='https://golf-lang.com/close-file.html'>close-file</a> &nbsp;<br/>
263263
<a href='https://golf-lang.com/copy-file.html'>copy-file</a> &nbsp;<br/>

code-blocks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<textarea id='golft_320' style='position: absolute;left: -500%;'></textarea>
263263
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_320, code_320, golf_copied_320)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
264264
</div><br/>
265-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
265+
<div class="vsub"><a id="See also"></a>See also</div>
266266
<a name='Program flow'></a><span style="font-weight:bold;">Program flow</span><br/>
267267
<a href='https://golf-lang.com/break-loop.html'>break-loop</a> &nbsp;<br/>
268268
<a href='https://golf-lang.com/code-blocks.html'>code-blocks</a> &nbsp;<br/>

command-line.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
If your parameters do not contain characters that need URL encoding, then you can skip this.<br/>
344344
<div class="vsub"><a id="CGI"></a>CGI</div>
345345
You can also use a command-line program with <a href='https://golf-lang.com/CGI.html'>CGI</a> (Common Gateway Interface). <br/>
346-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
346+
<div class="vsub"><a id="See also"></a>See also</div>
347347
<a name='Running application'></a><span style="font-weight:bold;">Running application</span><br/>
348348
<a href='https://golf-lang.com/application-setup.html'>application-setup</a> &nbsp;<br/>
349349
<a href='https://golf-lang.com/CGI.html'>CGI</a> &nbsp;<br/>

commit-transaction.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<textarea id='golft_332' style='position: absolute;left: -500%;'></textarea>
279279
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_332, code_332, golf_copied_332)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
280280
</div><br/>
281-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
281+
<div class="vsub"><a id="See also"></a>See also</div>
282282
<a name='Database'></a><span style="font-weight:bold;">Database</span><br/>
283283
<a href='https://golf-lang.com/begin-transaction.html'>begin-transaction</a> &nbsp;<br/>
284284
<a href='https://golf-lang.com/commit-transaction.html'>commit-transaction</a> &nbsp;<br/>

connect-apache-tcp-socket.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_342, code_342, golf_copied_342)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
336336
</div><br/>
337337
Note: you must not have any other URL resource that starts with "/&lt;app path&gt;/" (such as for example "/&lt;app path&gt;/something") as the web server will attempt to pass them as a reverse proxy request, and they will likely not work. If you need to, you can change the application path to be different from "/&lt;app path&gt;", see <a href='https://golf-lang.com/request.html'>request</a>.<br/>
338-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
338+
<div class="vsub"><a id="See also"></a>See also</div>
339339
<a name='Web servers'></a><span style="font-weight:bold;">Web servers</span><br/>
340340
<a href='https://golf-lang.com/connect-apache-tcp-socket.html'>connect-apache-tcp-socket</a> &nbsp;<br/>
341341
<a href='https://golf-lang.com/connect-apache-unix-socket.html'>connect-apache-unix-socket</a> &nbsp;<br/>

connect-apache-unix-socket.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_352, code_352, golf_copied_352)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
336336
</div><br/>
337337
Note: you must not have any other URL resource that starts with "/&lt;app path&gt;/" (such as for example "/&lt;app path&gt;/something") as the web server will attempt to pass them as a reverse proxy request, and they will likely not work. If you need to, you can change the application path to be different from "/&lt;app path&gt;", see <a href='https://golf-lang.com/request.html'>request</a>.<br/>
338-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
338+
<div class="vsub"><a id="See also"></a>See also</div>
339339
<a name='Web servers'></a><span style="font-weight:bold;">Web servers</span><br/>
340340
<a href='https://golf-lang.com/connect-apache-tcp-socket.html'>connect-apache-tcp-socket</a> &nbsp;<br/>
341341
<a href='https://golf-lang.com/connect-apache-unix-socket.html'>connect-apache-unix-socket</a> &nbsp;<br/>

connect-haproxy-tcp-socket.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_355, code_355, golf_copied_355)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
307307
</div><br/>
308308
Now you should be able to connect and load-balance your Golf application servers directly from HAProxy.<br/>
309-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
309+
<div class="vsub"><a id="See also"></a>See also</div>
310310
<a name='Web servers'></a><span style="font-weight:bold;">Web servers</span><br/>
311311
<a href='https://golf-lang.com/connect-apache-tcp-socket.html'>connect-apache-tcp-socket</a> &nbsp;<br/>
312312
<a href='https://golf-lang.com/connect-apache-unix-socket.html'>connect-apache-unix-socket</a> &nbsp;<br/>

connect-nginx-tcp-socket.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_359, code_359, golf_copied_359)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
279279
</div><br/>
280280
Note: you must not have any other URL resource that starts with "/&lt;app path&gt;/" (such as for example "/&lt;app path&gt;/something") as the web server will attempt to pass them as a reverse proxy request, and they will likely not work. If you need to, you can change the application path to be different from "/&lt;app path&gt;", see <a href='https://golf-lang.com/request.html'>request</a>.<br/>
281-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
281+
<div class="vsub"><a id="See also"></a>See also</div>
282282
<a name='Web servers'></a><span style="font-weight:bold;">Web servers</span><br/>
283283
<a href='https://golf-lang.com/connect-apache-tcp-socket.html'>connect-apache-tcp-socket</a> &nbsp;<br/>
284284
<a href='https://golf-lang.com/connect-apache-unix-socket.html'>connect-apache-unix-socket</a> &nbsp;<br/>

connect-nginx-unix-socket.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_363, code_363, golf_copied_363)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
279279
</div><br/>
280280
Note: you must not have any other URL resource that starts with "/&lt;app path&gt;/" (such as for example "/&lt;app path&gt;/something") as the web server will attempt to pass them as a reverse proxy request, and they will likely not work. If you need to, you can change the application path to be different from "/&lt;app path&gt;", see <a href='https://golf-lang.com/request.html'>request</a>.<br/>
281-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
281+
<div class="vsub"><a id="See also"></a>See also</div>
282282
<a name='Web servers'></a><span style="font-weight:bold;">Web servers</span><br/>
283283
<a href='https://golf-lang.com/connect-apache-tcp-socket.html'>connect-apache-tcp-socket</a> &nbsp;<br/>
284284
<a href='https://golf-lang.com/connect-apache-unix-socket.html'>connect-apache-unix-socket</a> &nbsp;<br/>

continue-loop.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<textarea id='golft_365' style='position: absolute;left: -500%;'></textarea>
266266
<img src='https://golf-lang.com/golf-copy-small-1.png' id='golfb' onclick='gg_copy(golft_365, code_365, golf_copied_365)' style='position:absolute;right:0;top:0; cursor: pointer;opacity:0.5;'/>
267267
</div><br/>
268-
<!--BEFSAL13--><div class="vsub"><a id="See also"></a>See also</div>
268+
<div class="vsub"><a id="See also"></a>See also</div>
269269
<a name='Program flow'></a><span style="font-weight:bold;">Program flow</span><br/>
270270
<a href='https://golf-lang.com/break-loop.html'>break-loop</a> &nbsp;<br/>
271271
<a href='https://golf-lang.com/code-blocks.html'>code-blocks</a> &nbsp;<br/>

0 commit comments

Comments
 (0)