src/pylib/builtins/input

Search:
Group by:
Source   Edit  

Procs

proc input(prompt = str("")): PyStr {....raises: [RuntimeError, OSError, Exception,
    PyOSError, IOError], tags: [RootEffect, ReadIOEffect], forbids: [].}
when on non-nodejs JavaScript backend, uses prompt Source   Edit