src/pylib/builtins/input

Search:
Group by:
Source   Edit  

Procs

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