readln()
Read a single line from standard input
readln()
There are no parameters.
number|string|boolean
— Returns single line from standard input. The return value is automatically converted to number, string, or boolean based on user's input
a = readln()
writeln("Your input is: " & a)