Types
MayPromise[T] = T
- Source Edit
Consts
NPythonAsyncReadline = false
- Source Edit
Procs
proc getAppFilenameCompat(): string {.inline, ...raises: [], tags: [ReadIOEffect], forbids: [].}
- Source Edit
Templates
template echoCompat(content)
- Source Edit
template errEchoCompat(content)
- Source Edit
template errEchoCompatNoRaise(s: string)
- Source Edit
template mayNewPromise(x): untyped
- Source Edit
template mayWaitFor(x): untyped
- Source Edit
template quitCompat(e: untyped = 0)
- Source Edit
template readLineCompat(prompt): string
- Source Edit
template writeStdoutCompat(s)
- Source Edit