Update Input Keyword
@@ -2,7 +2,7 @@ Keyword: `input` (or `stdin`)
|
||||
|
||||
Syntax: `input &str`
|
||||
|
||||
Time Complexity:
|
||||
Time Complexity: N/A (depends on end-user)
|
||||
|
||||
## Overview
|
||||
The `input` keyword allows you to get user input via stdin. When this line is reached, the program will wait for the user to input text. After this, the argument variable is set to the inputted string.
|
||||
|
||||
Reference in New Issue
Block a user