Function readln()

← Back to Module standardio



Module standardio → readln()

Description

Read a single line from standard input

readln()


Parameters

There are no parameters.


Return Value


Usage Example

a = readln()
writeln("Your input is: " & a)