Hello world/Web server: Difference between revisions

m
BaCon and BBC BASIC moved to the BASIC section.
m (→‎{{header|Perl}}: future-proof for 5.36, \xd -> \x0d, \xa -> \x0a)
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 232:
}</syntaxhighlight>
 
=={{header|BaConBASIC}}==
==={{header|BaCon}}===
Requires BaCon 4.2 or higher.
<syntaxhighlight lang="bacon">' Define HTTP constants
Line 278 ⟶ 279:
WEND</syntaxhighlight>
 
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
This explicitly supports multiple concurrent connections.
511

edits