mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-26 01:04:00 +00:00
Fixes docgen.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import sockets
|
||||
import sockets, os
|
||||
var s: TSocket
|
||||
s = socket()
|
||||
if s == InvalidSocket: osError(osLastError())
|
||||
|
||||
Reference in New Issue
Block a user