Source
Edit
unified APIs for C and js backends, acting like std/syncio
proc isatty(fildes: cint): bool {....raises: [], tags: [], forbids: [].}
-
Source
Edit
proc readLine(stdinF, stdoutF: File; prompt: string): string {.
...raises: [InterruptError, EOFError], tags: [], forbids: [].}
-
Source
Edit