Function rl()

← Back to Module rl



Module rl → rl()

Description

Read a single line from the terminal with prompt displayed

rl(prompt = "")


Parameters


Return Value


Usage Example

import rl
 
line = rl("Insert text: ")
writeln(line)