Signature: input() -> Result<string, Error>
Description: Reads a string from the user’s input.
Returns: Result<string, Error>
Example #
let userInput = input()
print(userInput)
Reads a string from the user's input.
Signature: input() -> Result<string, Error>
Description: Reads a string from the user’s input.
Returns: Result<string, Error>
let userInput = input()
print(userInput)