Cobra/MyHttpServer.cobra: различия между версиями

Содержимое удалено Содержимое добавлено
м Замена <tt /> на <code />; избыточные <big /> и <font /> вокруг <source />; {{BookCat}}; пробелы.
м <source> -> <syntaxhighlight> (phab:T237267)
 
Строка 1:
<sourcesyntaxhighlight lang="python">
use System
use System.Collections
Строка 221:
thread = Thread(ThreadStart(ref httpServer.listen))
thread.start
</syntaxhighlight>
</source>
 
{{BookCat}}