 
      
      read()
	Read a single sequence from standard input. This is similar to C++'s std::cin function	
	
read()There are no parameters.
number|string|boolean — Returns single sequence from standard input. The return value is automatically converted to number, string, or boolean based on user's input
a = read()
writeln("Your input is: " & a)